mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
fix: correct ConfirmationModal variant prop from error to danger
This commit is contained in:
@@ -259,7 +259,7 @@ export default function RootCaManagementClient() {
|
||||
message={t("purge_modal_msg")}
|
||||
isLoading={isPurging}
|
||||
confirmLabel={t("purge_confirm_label")}
|
||||
variant="error"
|
||||
variant="danger"
|
||||
requiredInput="PURGE"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user