mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
infinite loader bug fixing
This commit is contained in:
@@ -137,10 +137,9 @@ export class Models {
|
||||
},
|
||||
}
|
||||
static UNIT = {
|
||||
'name': i18n.t('Unit'), // *OPTIONAL: parameters will be built model -> model_type -> default
|
||||
'name': i18n.t('Unit'),
|
||||
'apiName': 'Unit',
|
||||
'create': {
|
||||
// if not defined partialUpdate will use the same parameters, prepending 'id'
|
||||
'params': [['name', 'description']],
|
||||
'form': {
|
||||
'name': {
|
||||
|
||||
Reference in New Issue
Block a user