mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 00:29:49 +00:00
update
This commit is contained in:
parent
fadd7ef64b
commit
47997f190a
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@
|
|||
}
|
||||
const clearRow = async (row: any) =>{
|
||||
const newData = [...cstate.renderData];
|
||||
newData.splice(row, 1, {});
|
||||
newData.splice(row, 1, {scanlist: []});
|
||||
cstate.renderData = newData;
|
||||
}
|
||||
const saveChannel = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue