mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
@@ -141,7 +141,7 @@ describe('sqlLabReducer', () => {
|
||||
let newState;
|
||||
let newTable;
|
||||
beforeEach(() => {
|
||||
newTable = Object.assign({}, table);
|
||||
newTable = { ...table };
|
||||
const action = {
|
||||
type: actions.MERGE_TABLE,
|
||||
table: newTable,
|
||||
|
||||
Reference in New Issue
Block a user