fix(hide-columns): bump storage manager minor version
This commit is contained in:
parent
03bcf56487
commit
9053b878c9
@ -23,7 +23,7 @@ const CELL_ORIGINAL_COLSPAN = 'uw-hide-column-original-colspan';
|
|||||||
})
|
})
|
||||||
export class HideColumns {
|
export class HideColumns {
|
||||||
|
|
||||||
_storageManager = new StorageManager('HIDE_COLUMNS', '1.0.0', { location: LOCATION.LOCAL });
|
_storageManager = new StorageManager('HIDE_COLUMNS', '1.1.0', { location: LOCATION.LOCAL });
|
||||||
|
|
||||||
_element;
|
_element;
|
||||||
_elementWrapper;
|
_elementWrapper;
|
||||||
|
|||||||
Reference in New Issue
Block a user