mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE-316): Add isNextStep flag for expanded drawer flow
This commit is contained in:
Vendored
+2
@@ -16,6 +16,8 @@ type DrawerUISlice = {
|
||||
setExpandedDrawerOpen: (open: boolean) => void;
|
||||
expandedDrawerContent: ReactNode | null;
|
||||
setExpandedDrawerContent: (content: ReactNode) => void;
|
||||
isNextStep: boolean;
|
||||
setIsNextStep: (v: boolean) => void;
|
||||
};
|
||||
|
||||
export type UIStore = MainUiSlice & DrawerUISlice;
|
||||
|
||||
Reference in New Issue
Block a user