Skip to content

Commit

Permalink
remove listenOnChange
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Dec 27, 2022
1 parent d891efc commit 10683d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/plugins/vis_type_table/public/table_vis_fn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export const createTableVisFn = (): TableVisExpressionFunctionDefinition => ({
visType: 'table',
visConfig,
},
params: {
listenOnChange: true,
},
};
},
});

0 comments on commit 10683d9

Please sign in to comment.