mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Code Format
This commit is contained in:
parent
abe75636c6
commit
217c3bd9aa
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ export default {
|
|||
}
|
||||
},
|
||||
saveState() {
|
||||
if(ObjectUtils.isArray(this.panelSizes)) {
|
||||
if (ObjectUtils.isArray(this.panelSizes)) {
|
||||
this.getStorage().setItem(this.stateKey, JSON.stringify(this.panelSizes));
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue