mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
refactor: fixes to custom field
This commit is contained in:
@@ -30,7 +30,7 @@ export default function EntryEditorCustomFields({
|
||||
const { backgroundColor, color } = getAccessibleColour(customFields[fieldKey].colour);
|
||||
const labelText = customFields[fieldKey].label;
|
||||
|
||||
if (customFields[fieldKey].type === 'string') {
|
||||
if (customFields[fieldKey].type === 'text') {
|
||||
return (
|
||||
<EventTextArea
|
||||
key={key}
|
||||
|
||||
Reference in New Issue
Block a user