Skip to content

Commit

Permalink
modify cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Sep 10, 2019
1 parent a63b842 commit 0ef276b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admincli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func Get` + strings.Title(table) + `Table() table.Table {
Field: "` + model[fieldField].(string) + `",
TypeName: "` + GetType(model[typeField].(string)) + `",
Default: "",
Editable: false,
Editable: true,
FormType: "` + formType + `",
FilterFn: func(model types.RowModel) interface{} {
return model.Value
Expand Down

0 comments on commit 0ef276b

Please sign in to comment.