We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415d0d commit c49878fCopy full SHA for c49878f
1 file changed
gui/src/lib/components/ui/button/button.svelte
@@ -66,6 +66,7 @@
66
</script>
67
68
{#if href}
69
+ <!-- eslint-disable svelte/no-navigation-without-resolve -->
70
<a
71
bind:this={ref}
72
data-slot="button"
0 commit comments