misc: added delete prompt for aws secret manager integ deletion

This commit is contained in:
Sheen Capadngan
2024-06-26 01:21:14 +08:00
parent 9a66514178
commit 5139bf2385

View File

@@ -297,6 +297,7 @@ export const IntegrationsSection = ({
(popUp?.deleteConfirmation?.data as TIntegration)?.app ||
(popUp?.deleteConfirmation?.data as TIntegration)?.owner ||
(popUp?.deleteConfirmation?.data as TIntegration)?.path ||
(popUp?.deleteConfirmation?.data as TIntegration)?.integration ||
""
}
onDeleteApproved={async () =>