mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Fixes the inconsistent styling of query panel spinner (#2013)
This commit is contained in:
parent
bda4e95b26
commit
95b751731c
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ class Editor extends React.Component {
|
|||
{loadingDataQueries ? (
|
||||
<div className="p-5">
|
||||
<center>
|
||||
<div className="spinner-border text-azure" role="status"></div>
|
||||
<div className="spinner-border" role="status"></div>
|
||||
</center>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue