mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refacotr(FE-438): Unsubscribe validate subscription and close drawer
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ type MainUiSlice = {
|
||||
type DrawerUISlice = {
|
||||
triggerValidate: boolean;
|
||||
toggleValidate: () => void;
|
||||
subscribeValidate: (callback: () => void) => void;
|
||||
subscribeValidate: (callback: () => void) => () => void;
|
||||
isValid: boolean;
|
||||
setIsValid: (v: boolean) => void;
|
||||
subscribeIsValid: (callback: (isValid: boolean) => void) => () => void;
|
||||
|
||||
Reference in New Issue
Block a user