mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added placeholder for incoming webhook url
This commit is contained in:
@@ -165,7 +165,12 @@ export const AddWebhookForm = ({
|
||||
isError={Boolean(errors?.webhookUrl)}
|
||||
errorText={errors?.webhookUrl?.message}
|
||||
>
|
||||
<Input {...register("webhookUrl")} />
|
||||
<Input
|
||||
placeholder={
|
||||
webhookType === WebhookType.SLACK ? "https://hooks.slack.com/services/..." : ""
|
||||
}
|
||||
{...register("webhookUrl")}
|
||||
/>
|
||||
</FormControl>
|
||||
</div>
|
||||
<div className="mt-8 flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user