Skip to content

Commit

Permalink
chore(EventCreation): add missing highlight for descriptio
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainhir committed Dec 18, 2024
1 parent 94650a2 commit 59b8b77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ fun EventCreationScreen(
OutlinedTextField(
modifier = Modifier.fillMaxWidth().testTag(EventCreationTestTags.DESCRIPTION),
value = longDescription,
isError = longDescription.isEmpty(),
supportingText = {
if (longDescription.isEmpty()) {
Text(context.getString(R.string.event_creation_description_error))
Expand Down

0 comments on commit 59b8b77

Please sign in to comment.