Skip to content
Snippets Groups Projects
Commit abe8f77d authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix adding card to dash from qb

parent f69e26e6
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ const metrics = handleActions({
const tableMetadata = handleActions({
[LOAD_TABLE_METADATA]: {
next: (state, { payload }) => payload.table,
next: (state, { payload }) => payload,
throw: (state, action) => null
}
}, null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment