mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 23:50:08 +00:00
nits: Typo and unused ref
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
|
||||
<AssetBadgeGroup :badges="asset.badges" />
|
||||
<IconGroup
|
||||
ref="card-buttons"
|
||||
:class="
|
||||
cn(
|
||||
'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
|
||||
*
|
||||
* @param id - The asset ID (UUID)
|
||||
|
||||
Reference in New Issue
Block a user