Correction in Edit Bucket in Directory.

This commit is contained in:
Kartik Sharma 2025-09-29 11:24:58 +05:30 committed by pramod.mahajan
parent 1c376fe91f
commit 965e1e4808
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ const ManageBucket1 = () => {
const handleClose = () => {
setAction(null);
setSelectedBucket(null);
setDeleteId(null);
};
const { mutate: createBucket, isPending: creating } = useCreateBucket(() => {
handleClose();

View File

@ -408,7 +408,7 @@ export const useUpdateBucket = (onSuccessCallBack) => {
debugger;
showToast(
error?.response?.data?.message ||
"kARTIK went wrong. Please try again later.",
"Something went wrong. Please try again later.",
"error"
);
},