Adding prettier ignore statement as it kept re-formatting the spacing in query viewer file.
This commit is contained in:
parent
a5ca194823
commit
820fe9c9a5
|
@ -204,7 +204,9 @@
|
|||
{#if data}
|
||||
<Switcher headings={PREVIEW_HEADINGS} bind:value={tab}>
|
||||
{#if tab === 'JSON'}
|
||||
<pre class="preview">
|
||||
<pre
|
||||
class="preview">
|
||||
<!-- prettier-ignore -->
|
||||
{#if !data[0]}
|
||||
|
||||
Please run your query to fetch some data.
|
||||
|
|
Loading…
Reference in New Issue