fix: mutation of project detail, removed two identifier validation and added default value for deep checking
This commit is contained in:
parent
1368fb9164
commit
a1598e7310
19 changed files with 170 additions and 78 deletions
|
|
@ -8,9 +8,10 @@ import Dropzone from "react-dropzone";
|
|||
// services
|
||||
import workspaceService from "lib/services/workspace.service";
|
||||
import fileServices from "lib/services/file.services";
|
||||
// hoc
|
||||
import withAuth from "lib/hoc/withAuthWrapper";
|
||||
// layouts
|
||||
import AdminLayout from "layouts/AdminLayout";
|
||||
|
||||
// hooks
|
||||
import useUser from "lib/hooks/useUser";
|
||||
import useToast from "lib/hooks/useToast";
|
||||
|
|
@ -232,4 +233,4 @@ const WorkspaceSettings = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default WorkspaceSettings;
|
||||
export default withAuth(WorkspaceSettings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue