mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
nits: Typo and unused ref
This commit is contained in:
@@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
<AssetBadgeGroup :badges="asset.badges" />
|
<AssetBadgeGroup :badges="asset.badges" />
|
||||||
<IconGroup
|
<IconGroup
|
||||||
ref="card-buttons"
|
|
||||||
:class="
|
:class="
|
||||||
cn(
|
cn(
|
||||||
'absolute top-2 right-2 invisible group-hover:visible',
|
'absolute top-2 right-2 invisible group-hover:visible',
|
||||||
|
|||||||
@@ -282,7 +282,7 @@ function createAssetService() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updae metadata of an asset by ID
|
* Update metadata of an asset by ID
|
||||||
* Only available in cloud environment
|
* Only available in cloud environment
|
||||||
*
|
*
|
||||||
* @param id - The asset ID (UUID)
|
* @param id - The asset ID (UUID)
|
||||||
|
|||||||
Reference in New Issue
Block a user