mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +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")}
|
message={t("purge_modal_msg")}
|
||||||
isLoading={isPurging}
|
isLoading={isPurging}
|
||||||
confirmLabel={t("purge_confirm_label")}
|
confirmLabel={t("purge_confirm_label")}
|
||||||
variant="error"
|
variant="danger"
|
||||||
requiredInput="PURGE"
|
requiredInput="PURGE"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user