chore: remove dev value

This commit is contained in:
Scott Wilson
2024-10-30 15:02:25 -07:00
parent c65a991943
commit b693c035ce

View File

@@ -118,7 +118,7 @@ export const SnowflakeInputForm = ({
<div className="flex-grow">
<Controller
control={control}
defaultValue="snowflake-secret" // TODO: remove
defaultValue=""
name="name"
render={({ field, fieldState: { error } }) => (
<FormControl