We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7a2fd commit 94de197Copy full SHA for 94de197
src/page/Query.tsx
@@ -172,7 +172,7 @@ const Query: React.FC<IQueryProps> = props => {
172
<div className='field'>
173
<div className='buttons is-justify-content-flex-end'>
174
<Button
175
- color={'is-success ' + ((isPending || formPending) ? 'is-loading' : '')}
+ color={'is-success ' + (isPending || formPending ? 'is-loading' : '')}
176
type='submit'
177
icon='fa-solid fa-check'
178
text='Execute'
0 commit comments