fix: Confirmation dialog call to action should be on the right
This commit is contained in:
@@ -109,7 +109,6 @@ function Security() {
|
||||
onSubmit={async () => {
|
||||
await saveData(newData);
|
||||
}}
|
||||
submitText={t("I’m sure")}
|
||||
savingText={`${t("Saving")}…`}
|
||||
danger
|
||||
>
|
||||
|
||||
@@ -81,7 +81,6 @@ const FileOperationListItem = ({ fileOperation }: Props) => {
|
||||
content: (
|
||||
<ConfirmationDialog
|
||||
onSubmit={handleDelete}
|
||||
submitText={t("I’m sure")}
|
||||
savingText={`${t("Deleting")}…`}
|
||||
danger
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user