Skip to content

Commit 94de197

Browse files
format
1 parent ef7a2fd commit 94de197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/Query.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const Query: React.FC<IQueryProps> = props => {
172172
<div className='field'>
173173
<div className='buttons is-justify-content-flex-end'>
174174
<Button
175-
color={'is-success ' + ((isPending || formPending) ? 'is-loading' : '')}
175+
color={'is-success ' + (isPending || formPending ? 'is-loading' : '')}
176176
type='submit'
177177
icon='fa-solid fa-check'
178178
text='Execute'

0 commit comments

Comments
 (0)