mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fallback for unknown asset kind
This commit is contained in:
@@ -25,6 +25,7 @@ export function formatAsset(asset: Asset): string {
|
||||
case 'datatable':
|
||||
return `datatable://${asset.path}`
|
||||
}
|
||||
return 'unknown'
|
||||
}
|
||||
|
||||
export function getAssetUsagePageUri(usage: ListAssetsResponse[number]['usages'][number]) {
|
||||
|
||||
Reference in New Issue
Block a user