0
Fork 0
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:
Simon Backx 2023-04-13 15:06:49 +02:00
parent 27976381f8
commit 223e4af63c

View file

@ -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;