diff --git a/webui/src/views/AddPlanModal.tsx b/webui/src/views/AddPlanModal.tsx index aab74492..9391b7fd 100644 --- a/webui/src/views/AddPlanModal.tsx +++ b/webui/src/views/AddPlanModal.tsx @@ -147,6 +147,7 @@ export const AddPlanModal = ({ template }: { template: Plan | null }) => { Submit , ]} + maskClosable={false} >
{ alertsApi.success("Added repo " + repo.uri); } } catch (e: any) { - alertsApi.error(formatErrorAlert(e, "Operation error: "), 15); + alertsApi.error(formatErrorAlert(e, "Operation error: "), 10); } finally { setConfirmLoading(false); } @@ -169,6 +169,7 @@ export const AddRepoModal = ({ template }: { template: Repo | null }) => { Submit , ]} + maskClosable={false} >