Skip to content

Commit e9909f8

Browse files
twou12031jianchang
authored and
jianchang
committed
[bugfix] deepflow datasource, sql has no change, after remove row in query editor
**Phenomenon and reproduction steps** none **Root cause and solution** none **Impactions** none **Test method** none **Affected branch(es)** - main **Checklist** - [ ] Dependencies update required - [ ] Common bug (similar problem in other repo)
1 parent d646d5e commit e9909f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deepflow-querier-datasource/src/QueryEditor.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,9 @@ export class QueryEditor extends PureComponent<Props> {
676676
[target]: result
677677
}
678678
})
679+
setTimeout(() => {
680+
this.onSubmit(true)
681+
})
679682
}
680683

681684
onFieldChange = (field: string, val: LabelItem | boolean | string, disableFormat?: boolean) => {

0 commit comments

Comments
 (0)