mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 17:38:17 +00:00
fix: initial state of PrivacyDropdown is should not be null (#9008)
This commit is contained in:
parent
e5762875a4
commit
bebe8ec887
|
@ -164,7 +164,7 @@ class PrivacyDropdown extends React.PureComponent {
|
|||
|
||||
state = {
|
||||
open: false,
|
||||
placement: null,
|
||||
placement: 'bottom',
|
||||
};
|
||||
|
||||
handleToggle = ({ target }) => {
|
||||
|
|
Loading…
Reference in a new issue