mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-14 22:53:53 -05: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 = {
|
state = {
|
||||||
open: false,
|
open: false,
|
||||||
placement: null,
|
placement: 'bottom',
|
||||||
};
|
};
|
||||||
|
|
||||||
handleToggle = ({ target }) => {
|
handleToggle = ({ target }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user