Skip to content

Commit

Permalink
[bugfix] deepflow datasource, sql has no change, after remove row in …
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
twou12031 authored and Nick-0314 committed May 17, 2023
1 parent d646d5e commit e9909f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deepflow-querier-datasource/src/QueryEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,9 @@ export class QueryEditor extends PureComponent<Props> {
[target]: result
}
})
setTimeout(() => {
this.onSubmit(true)
})
}

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

0 comments on commit e9909f8

Please sign in to comment.