mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
chore: remove dev value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user