mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixes ui inconsistency in query panel (#1909)
This commit is contained in:
parent
a4d7b9bb7e
commit
0e5be486f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ class Editor extends React.Component {
|
||||||
<center>
|
<center>
|
||||||
<span className="text-muted">{dataQueriesDefaultText}</span> <br />
|
<span className="text-muted">{dataQueriesDefaultText}</span> <br />
|
||||||
<button
|
<button
|
||||||
className="btn btn-sm btn-outline-azure mt-3"
|
className="btn font-500 color-primary btn-sm mt-3"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
this.setState({ selectedQuery: {}, editingQuery: false, addingQuery: true })
|
this.setState({ selectedQuery: {}, editingQuery: false, addingQuery: true })
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue