fixed authHeight property name

This commit is contained in:
antelle 2019-09-22 22:30:03 +02:00
parent f74e2bcc7f
commit b280c6f723
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class MenuSectionView extends View {
itemViews = [];
minHeight = 55;
autoHeigh = 'auto';
autoHeight = 'auto';
constructor(model, options) {
super(model, options);