mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-18 16:11:42 +01:00
[Glitch] fix: initial state of PrivacyDropdown is should not be null
Port bebe8ec887ba67c51353e09d7758819b117bf62d to glitch-soc
This commit is contained in:
parent
1bb23d0407
commit
323ae1403a
@ -131,7 +131,7 @@ export default class ComposerOptionsDropdown extends React.PureComponent {
|
||||
this.state = {
|
||||
needsModalUpdate: false,
|
||||
open: false,
|
||||
placement: null,
|
||||
placement: 'bottom',
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user