;
type Props = {
@@ -107,7 +111,6 @@ export const EditDynamicSecretGcpIamForm = ({
(
(
}
@@ -140,7 +142,6 @@ export const EditDynamicSecretGcpIamForm = ({
(
}
@@ -161,7 +162,6 @@ export const EditDynamicSecretGcpIamForm = ({
(
{
if (!val) return;
const valMs = ms(val);
- if (valMs < 60)
+ if (valMs < 1000)
ctx.addIssue({
code: z.ZodIssueCode.custom,
message: "TTL must be greater than 1 second"