Skip to content

Commit

Permalink
[Ui] EVEREST-1053 Change restored db name generation #1103
Browse files Browse the repository at this point in the history
Co-authored-by: Percona Platform Robot <61465387+percona-robot@users.noreply.github.com>
  • Loading branch information
dianabirs and percona-robot authored Feb 21, 2025
1 parent ebf4587 commit ac1ef45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const DbClusterPayloadToFormValues = (
),
[DbWizardFormFields.dbName]:
mode === 'restoreFromBackup'
? `restored-${dbCluster?.metadata?.name}-${generateShortUID()}`.slice(
? `${dbCluster?.metadata?.name}-${generateShortUID()}`.slice(
0,
MAX_DB_CLUSTER_NAME_LENGTH
)
Expand Down

0 comments on commit ac1ef45

Please sign in to comment.