mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +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
|
||||
>
|
||||
<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>
|
||||
{fields.length > 1 ? (
|
||||
{fields.length > 0 ? (
|
||||
<MinusCircleOutlined
|
||||
className="dynamic-delete-button"
|
||||
onClick={() => remove(field.name)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user