nits: Typo and unused ref

This commit is contained in:
DrJKL
2025-11-29 21:28:37 -08:00
parent 3a18d27b9d
commit 57ed0afde6
2 changed files with 1 additions and 2 deletions

View File

@@ -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',

View File

@@ -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)