mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 21:46:00 +00:00
SYNC: create query on cloud shortcut
This commit is contained in:
committed by
Diflow
parent
e1e53d323f
commit
fa321d3e8d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user