|
@@ -95,6 +95,7 @@ const Query: FC<{
|
|
};
|
|
};
|
|
const handleFilterSubmit = (expression: string) => {
|
|
const handleFilterSubmit = (expression: string) => {
|
|
setExpression(expression);
|
|
setExpression(expression);
|
|
|
|
+ setQueryResult(null);
|
|
};
|
|
};
|
|
const handleQuery = async () => {
|
|
const handleQuery = async () => {
|
|
setTableLoading(true);
|
|
setTableLoading(true);
|