fix validation bug in admin
This commit is contained in:
parent
9c0d21f66d
commit
1488a60a60
4 changed files with 29 additions and 16 deletions
|
|
@ -27207,10 +27207,22 @@ var _user$project$Account$view = function (webModel) {
|
|||
return '';
|
||||
}
|
||||
}();
|
||||
var fieldSetView = A2(
|
||||
_elm_lang$html$Html$map,
|
||||
_user$project$Account$FieldSetMsg,
|
||||
_user$project$FieldSet$view(_p3.account.fields));
|
||||
var fieldSetView = A3(
|
||||
_elm_lang$html$Html_Keyed$node,
|
||||
'div',
|
||||
{ctor: '[]'},
|
||||
{
|
||||
ctor: '::',
|
||||
_0: {
|
||||
ctor: '_Tuple2',
|
||||
_0: _p3.account.code,
|
||||
_1: A2(
|
||||
_elm_lang$html$Html$map,
|
||||
_user$project$Account$FieldSetMsg,
|
||||
_user$project$FieldSet$view(_p3.account.fields))
|
||||
},
|
||||
_1: {ctor: '[]'}
|
||||
});
|
||||
return A2(
|
||||
_elm_lang$html$Html$div,
|
||||
{ctor: '[]'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue