fix: notice modal

This commit is contained in:
AykutSarac 2024-08-26 19:19:42 +03:00
parent 96e3a3de69
commit 6b2b90e92c
No known key found for this signature in database

View File

@ -25,6 +25,7 @@ const initialStates: ModalState = {
jq: false, jq: false,
type: false, type: false,
jpath: false, jpath: false,
notice: false,
}; };
const authModals: Modal[] = ["cloud", "account"]; const authModals: Modal[] = ["cloud", "account"];