fix: correct typo

This commit is contained in:
Scott Wilson
2024-10-31 11:53:02 -07:00
parent 3725241f52
commit 402fa2b0e0

View File

@@ -118,7 +118,7 @@ export const EditDynamicSecretSnowflakeForm = ({
} catch (err) {
createNotification({
type: "error",
text: err instanceof Error ? err.message : "Failed to create dynamic secret"
text: err instanceof Error ? err.message : "Failed to update dynamic secret"
});
}
};