chore(web): generate API functions with a single argument (#2568)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
onMount(async () => {
|
||||
try {
|
||||
const { data: assets } = await api.assetApi.getAllAssets(undefined, undefined, true);
|
||||
const { data: assets } = await api.assetApi.getAllAssets({ isArchived: true });
|
||||
$archivedAsset = assets;
|
||||
} catch {
|
||||
handleError(Error, 'Unable to load archived assets');
|
||||
|
||||
Reference in New Issue
Block a user