mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-20 19:25:40 +00:00
fix: remove all webhooks from a watchlist
This commit is contained in:
parent
3c9669b2cd
commit
304ff4e55f
@ -209,9 +209,10 @@ export function WatchlistForm({form, connectors, onFinish, isCreation}: {
|
|||||||
}]}
|
}]}
|
||||||
noStyle
|
noStyle
|
||||||
>
|
>
|
||||||
<Input placeholder={'slack://TOKEN@default?channel=CHANNEL'} style={{width: '60%'}} autoComplete='off'/>
|
<Input placeholder={'slack://TOKEN@default?channel=CHANNEL'} style={{width: '60%'}}
|
||||||
|
autoComplete='off'/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
{fields.length > 1 ? (
|
{fields.length > 0 ? (
|
||||||
<MinusCircleOutlined
|
<MinusCircleOutlined
|
||||||
className="dynamic-delete-button"
|
className="dynamic-delete-button"
|
||||||
onClick={() => remove(field.name)}
|
onClick={() => remove(field.name)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user