Skip to content

Commit

Permalink
Remove width from config
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Dec 12, 2024
1 parent 0437c7d commit 49b405c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/components/planning-editor-standalone/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function getTextFieldConfig(options: {id: string; label: string, required: boole
singleLine: true,
disallowedCharacters: [],
showStatistics: false,
width: 100,
};

const field: IAuthoringFieldV2 = {
Expand Down Expand Up @@ -190,7 +189,6 @@ export function getFieldDefinitions(): IFieldDefinitions {
type: 'text',
multiple: true,
required: required,
width: 100,
};

const field: IAuthoringFieldV2 = {
Expand Down

0 comments on commit 49b405c

Please sign in to comment.