mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 19:26:39 +00:00
fix(nc-gui): Update offset of LinkedRecords in accordance with links and unlinks (#7841)
* fix(nc-gui): update links * fix(nc-gui): update offset * fix(nc-gui): offset reset * fix: offset issue * fix: loading state not working * fix: tests * fix: failign tests * fix: update offset if same or greater than count
This commit is contained in:
@@ -45,7 +45,6 @@ test.describe('LTAR create & update', () => {
|
||||
childTable: 'Sheet2',
|
||||
relationType: 'Many To many',
|
||||
});
|
||||
await dashboard.closeTab({ title: 'Sheet1' });
|
||||
|
||||
await dashboard.treeView.openTable({ title: 'Sheet2', networkResponse: false });
|
||||
await dashboard.grid.column.create({
|
||||
|
||||
Reference in New Issue
Block a user