presetup: add button to delete log channels
This commit is contained in:
parent
635156d2f5
commit
7925f516b8
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ export function LogChannels({ logChannels, setLogChannels }: Props) {
|
|||
</label>
|
||||
))}
|
||||
</div>
|
||||
<button onClick={() => deleteLogChannel(index)}>Delete</button>
|
||||
</div>
|
||||
))}
|
||||
<button onClick={() => addLogChannel()}>Add</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue