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,
|
closingCallback: null,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
setClosingLoading: (loading) =>
|
setClosingLoading: (loading) => set({ isClosingLoading: loading }),
|
||||||
set({ isClosingLoading: loading }),
|
|
||||||
|
|
||||||
resetClosing: () =>
|
resetClosing: () =>
|
||||||
set({
|
set({
|
||||||
|
|||||||
Reference in New Issue
Block a user