feat: go back to global mode

This commit is contained in:
Nevo David 2025-06-28 11:59:35 +07:00
parent 7b0f1cbf2e
commit a5e5355839
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@ export const EditorWrapper: FC<{
const goBackToGlobal = useCallback(async () => {
if (
await deleteDialog(
'This action is irreversible. Are you sure you want to go back to global mode?'
'This action is irreversible. Are you sure you want to go back to global mode?',
'Yes, go back to global mode',
)
) {
setLoaded(false);