mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed default context menu state
no issue Still used removed variable.
This commit is contained in:
parent
27976381f8
commit
223e4af63c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default class GhContextMenu extends Component {
|
|||
* modal: modal open
|
||||
* loading: performing an action
|
||||
*/
|
||||
state = states[0];
|
||||
state = 'default';
|
||||
|
||||
#originalConfirm = null;
|
||||
#modal = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue