🔥 Removed unneeded prop

This commit is contained in:
Alicia Sykes 2021-06-24 20:46:30 +01:00
parent b93638238e
commit c1a8f5c032
1 changed files with 0 additions and 5 deletions

View File

@ -42,11 +42,6 @@ export default {
components: {
Icon,
},
data() {
return {
isOpen: !this.collapsed,
};
},
methods: {
/* Check that row & column span is valid, and not over the max */
checkSpanNum(span, classPrefix) {