updated to new model format

This commit is contained in:
VLE2FE
2020-08-28 08:14:57 +02:00
parent 819666c344
commit f0aad664d0
6 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,6 @@ export class ModelItemModel extends BaseModel {
group = '';
models = [{
name: '',
url: '',
label: ''
url: ''
}];
}