mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
fix: initial state of PrivacyDropdown is should not be null (#9008)
This commit is contained in:
parent
e5762875a4
commit
bebe8ec887
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class PrivacyDropdown extends React.PureComponent {
|
|||
|
||||
state = {
|
||||
open: false,
|
||||
placement: null,
|
||||
placement: 'bottom',
|
||||
};
|
||||
|
||||
handleToggle = ({ target }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue