mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Refactor setClosingLoading to use single-line syntax
This commit is contained in:
@@ -55,8 +55,7 @@ export const createProjectFlockClosingSlice: StateCreator<
|
||||
closingCallback: null,
|
||||
}),
|
||||
|
||||
setClosingLoading: (loading) =>
|
||||
set({ isClosingLoading: loading }),
|
||||
setClosingLoading: (loading) => set({ isClosingLoading: loading }),
|
||||
|
||||
resetClosing: () =>
|
||||
set({
|
||||
|
||||
Reference in New Issue
Block a user