Skip to content

Commit

Permalink
Added text displaytype change
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 8, 2022
1 parent c700611 commit eff2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/admin/component/ConfigurationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function ConfigurationForm({ configurations, configuration = {}, loading,
<tr key={p.id}>
<td>{ p.propertyName }</td>
<td>{ p.category }</td>
<td>{ p.displayType }</td>
<td>{ p.displayType === 'number' ? 'integer' : p.displayType }</td>
<td>
{p.displayType !== 'boolean' ?
<FloatingLabel
Expand Down

0 comments on commit eff2efe

Please sign in to comment.