未验证 提交 41751529 编写于 作者: K Kamil Gabryjelski 提交者: GitHub

Update samples table when datasource changes (#12378)

上级 12504264
......@@ -143,7 +143,7 @@ export const DataTablesPane = ({
...prevState,
[RESULT_TYPES.samples]: true,
}));
}, [queryFormData.adhoc_filters]);
}, [queryFormData.adhoc_filters, queryFormData.datasource]);
useEffect(() => {
if (panelOpen && isRequestPending[RESULT_TYPES.results]) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册