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

Port 8f0c64baf1 to glitch-soc
th-downstream
Thibaut Girka 6 years ago
parent 2159add1d6
commit 6651d4fa7c

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

Loading…
Cancel
Save