@appcorp/fusion-storybook 0.1.54 → 0.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -57,7 +57,7 @@ const createComponentInstances = () => ({
|
|
|
57
57
|
moreActions: _jsx(TeacherMoreActions, {}),
|
|
58
58
|
view: _jsx(TeacherView, {}),
|
|
59
59
|
});
|
|
60
|
-
const createTeacherConfig = ({ cancelLabel, dispatch,
|
|
60
|
+
const createTeacherConfig = ({ cancelLabel, dispatch, drawerTitle, labelActions, labelEmail, labelEnabled, labelId, labelName, labelPhone, labelSpecialization, labelTeacherCode, saveLabel, searchPlaceholder, tableDescription, tableTitle, }) => {
|
|
61
61
|
const components = createComponentInstances();
|
|
62
62
|
return {
|
|
63
63
|
moduleName: "teacher",
|
|
@@ -279,7 +279,7 @@ export const useWorkspaceModule = () => {
|
|
|
279
279
|
}
|
|
280
280
|
};
|
|
281
281
|
fetchPlans();
|
|
282
|
-
}, [
|
|
282
|
+
}, []); // eslint-disable-line react-hooks/exhaustive-deps
|
|
283
283
|
// ============================================================================
|
|
284
284
|
// RETURN
|
|
285
285
|
// ============================================================================
|