refactor: replace Dashboard with DashboardAnalysis
Updates component to use more specific DashboardAnalysis component while preserving existing link-related functionality and props
This commit is contained in:
parent
cd16254dbc
commit
622d6351c6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ onMounted(() => {
|
||||||
:link="link"
|
:link="link"
|
||||||
@update:link="updateLink"
|
@update:link="updateLink"
|
||||||
/>
|
/>
|
||||||
<Dashboard
|
<DashboardAnalysis
|
||||||
v-if="link.id"
|
v-if="link.id"
|
||||||
:link="link"
|
:link="link"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue