Browse Source

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

pull/4/head
takayamaki 5 years ago
committed by Eugen Rochko
parent
commit
bebe8ec887
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/features/compose/components/privacy_dropdown.js

+ 1
- 1
app/javascript/mastodon/features/compose/components/privacy_dropdown.js View File

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

Loading…
Cancel
Save