3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

presetup: add button to delete log channels

This commit is contained in:
Dragory 2021-01-20 22:45:25 +02:00
parent d2468cd7c3
commit b961105483

View file

@ -164,6 +164,7 @@ export function LogChannels({ logChannels, setLogChannels }: Props) {
</label> </label>
))} ))}
</div> </div>
<button onClick={() => deleteLogChannel(index)}>Delete</button>
</div> </div>
))} ))}
<button onClick={() => addLogChannel()}>Add</button> <button onClick={() => addLogChannel()}>Add</button>