mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +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>
|
||||
<span className="text-muted">{dataQueriesDefaultText}</span> <br />
|
||||
<button
|
||||
className="btn btn-sm btn-outline-azure mt-3"
|
||||
className="btn font-500 color-primary btn-sm mt-3"
|
||||
onClick={() =>
|
||||
this.setState({ selectedQuery: {}, editingQuery: false, addingQuery: true })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue