mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added placeholder for account ID
This commit is contained in:
@@ -103,7 +103,11 @@ export const CloudflareConnectionForm = ({ appConnection, onSubmit }: Props) =>
|
||||
isError={Boolean(error?.message)}
|
||||
label="Account ID"
|
||||
>
|
||||
<Input value={value} onChange={(e) => onChange(e.target.value)} />
|
||||
<Input
|
||||
value={value}
|
||||
onChange={(e) => onChange(e.target.value)}
|
||||
placeholder="802fcff12d4340f8e22feb5dd1d6ecac"
|
||||
/>
|
||||
</FormControl>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user