Skip to content

Commit

Permalink
feat: 🎸 make lens datatable work again
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 10, 2020
1 parent 5c744ff commit f67af5f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ export const datatable: ExpressionFunctionDefinition<
type: 'render',
as: 'lens_datatable_renderer',
value: {
data: {
...data,
type: 'lens_multitable',
tables: {},
},
data,
args,
},
};
Expand Down

0 comments on commit f67af5f

Please sign in to comment.