fix: initial state of PrivacyDropdown is should not be null (#9008)

master
takayamaki 6 years ago committed by Eugen Rochko
parent e5762875a4
commit bebe8ec887
  1. 2
      app/javascript/mastodon/features/compose/components/privacy_dropdown.js

@ -164,7 +164,7 @@ class PrivacyDropdown extends React.PureComponent {
state = {
open: false,
placement: null,
placement: 'bottom',
};
handleToggle = ({ target }) => {

Loading…
Cancel
Save