mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
feat(FE-316): Add isNextStep flag for expanded drawer flow
This commit is contained in:
@@ -45,4 +45,7 @@ export const createDrawerUISlice: StateCreator<
|
||||
expandedDrawerContent: null as ReactNode | null,
|
||||
setExpandedDrawerContent: (content: ReactNode) =>
|
||||
set({ expandedDrawerContent: content }),
|
||||
|
||||
isNextStep: false,
|
||||
setIsNextStep: (isNextStep: boolean) => set({ isNextStep }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user