[Glitch] fix: initial state of PrivacyDropdown is should not be null

Port bebe8ec887 to glitch-soc
master
Thibaut Girka 6 years ago
parent 1bb23d0407
commit 323ae1403a
  1. 2
      app/javascript/flavours/glitch/features/composer/options/dropdown/index.js

@ -131,7 +131,7 @@ export default class ComposerOptionsDropdown extends React.PureComponent {
this.state = {
needsModalUpdate: false,
open: false,
placement: null,
placement: 'bottom',
};
}

Loading…
Cancel
Save