- You are about to permanently delete the repository #{targetRepo?.id} and all
- the backups it contains.
+ You are about to permanently delete the repository{' '}
+ {targetRepo?.repositoryName} and all the backups it contains.
The data will not be recoverable and it will not be possible to go back.
@@ -300,7 +300,7 @@ export default function RepoManage(props: RepoManageProps) {
color: 'rgba(99, 115, 129, 0.38)',
}}
>
- #{targetRepo?.id}
+ {targetRepo?.repositoryName}
)}
diff --git a/Containers/SetupWizard/SetupWizard.tsx b/Containers/SetupWizard/SetupWizard.tsx
index 4a48745..b070668 100644
--- a/Containers/SetupWizard/SetupWizard.tsx
+++ b/Containers/SetupWizard/SetupWizard.tsx
@@ -68,8 +68,8 @@ function SetupWizard(props: SetupWizardProps) {
//Options for react-select
const options: Optional