mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 18:49:28 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user