Skip to content

Commit

Permalink
feat(admin): add many form components
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed May 17, 2020
1 parent 417a186 commit 8e99916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/types/form/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func (t Type) GetDefaultOptions(field string) (map[string]interface{}, map[strin
return getDateTimeRangeOptions(DateRange)
}

return map[string]interface{}{}, nil
return nil, nil
}

func getDateTimeOptions(f Type) map[string]interface{} {
Expand Down

0 comments on commit 8e99916

Please sign in to comment.