adds the width and the height properties to the dashboard item, they were missing and caused a bug where the news widget was not displaying correctly

This commit is contained in:
SimonGschnell
2024-05-06 14:19:04 +02:00
parent eb05922043
commit a563f053ef
@@ -125,6 +125,8 @@ export default {
<template v-slot="item">
<dashboard-item
:id="item.widget"
:width="item.w"
:height="item.h"
:loading="item.loading"
:config="item.config"
:custom="item.custom"