mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
SYNC: fixed e2e test
This commit is contained in:
committed by
Diflow
parent
555fc97e8f
commit
e18254e4d8
@@ -299,6 +299,7 @@
|
||||
if (e.target['checked']) onSetCheckedKeys(_.uniq([...checkedKeys, extractTableItemKey(row)]));
|
||||
else onSetCheckedKeys(checkedKeys.filter(x => x != extractTableItemKey(row)));
|
||||
}}
|
||||
data-testid={`TableControl_row_${index}_checkbox`}
|
||||
/>
|
||||
{/if}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user