Skip to content

Commit efcb4d0

Browse files
committed
show the Spinner when loading data
1 parent 20b3e33 commit efcb4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/viewers/ParquetView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function ParquetView({ parsedKey, setProgress, setError, config }
110110
onMouseDownCell={onMouseDownCell}
111111
onError={setError} />}
112112

113-
{loading && <Spinner className='center' />}
113+
{loading === LoadingState.Loading && <Spinner className='center' />}
114114
</ContentHeader>
115115

116116
let panelContent

0 commit comments

Comments
 (0)