Skip to content

Commit

Permalink
fix: inline help for dataview
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Dec 22, 2023
1 parent 6cf87c6 commit d7e0630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/components/inputBuilderDataview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
>Swizzling</a
>
to write shorter queries:
<pre class="language-js"><code>dv.pages.tag('#tag').file.name</code
></pre>
<pre class="language-js"><code>dv.pages('#tag').file.name</code></pre>
</span>
<textarea
{id}
Expand Down

0 comments on commit d7e0630

Please sign in to comment.