SYNC: create query on cloud shortcut

This commit is contained in:
SPRINX0\prochazka
2025-06-23 10:51:39 +02:00
committed by Diflow
parent e1e53d323f
commit fa321d3e8d
3 changed files with 45 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
export let narrow = false;
export let square = true;
export let disabled = false;
export let title = undefined;
let domButton;
let isLoading = false;
@@ -40,6 +41,7 @@
bind:this={domButton}
{disabled}
data-testid={$$props['data-testid']}
{title}
>
<FontIcon icon={isLoading ? 'icon loading' : icon} />
</InlineButton>