expand icon simplified

This commit is contained in:
Jan Prochazka
2021-03-01 18:26:01 +01:00
parent 565a60e638
commit a4387155e7
7 changed files with 44 additions and 39 deletions

View File

@@ -10,11 +10,10 @@
import AppObjectCore from './AppObjectCore.svelte';
export let data;
export let commonProps;
</script>
<AppObjectCore
{...commonProps}
{...$$restProps}
{data}
title={data.name}
icon="img database"