mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 16:20:03 +00:00
Adds option for custom section colors and additional styles
This commit is contained in:
+1
-2
@@ -59,8 +59,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getDisplayData(section) {
|
||||
const defaultDisplayData = { collapsed: null, rows: null, cols: null };
|
||||
return !section.displayData ? defaultDisplayData : section.displayData;
|
||||
return !section.displayData ? {} : section.displayData;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user