mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
adding organization feature.
This commit is contained in:
@@ -50,7 +50,7 @@ export const backupColumns: ColumnDef<Backup>[] = [
|
||||
const {extendedProps} = table.options.meta;
|
||||
|
||||
|
||||
const isRestauring = !!rowData.restaurations.find(restauration => restauration.status === "waiting");
|
||||
// const isRestauring = !!rowData.restaurations.find(restauration => restauration.status === "waiting");
|
||||
|
||||
const router = useRouter()
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ export const createRestaurationAction = userAction
|
||||
success: true,
|
||||
value: restauration,
|
||||
actionSuccess: {
|
||||
message: "Restauration has been successfully created.",
|
||||
message: "Restoration has been successfully created.",
|
||||
messageParams: { restaurationId: restauration.id },
|
||||
},
|
||||
};
|
||||
@@ -38,7 +38,7 @@ export const createRestaurationAction = userAction
|
||||
message: "Failed to create backup.",
|
||||
status: 500,
|
||||
cause: error instanceof Error ? error.message : "Unknown error",
|
||||
messageParams: { message: "Error creating the restauration" },
|
||||
messageParams: { message: "Error creating the restoration" },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user