Skip to content

Commit

Permalink
Remove incorrect label
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa committed Oct 13, 2023
1 parent 305f40e commit 5f46d9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ private fun EditNoteDialog(
verticalArrangement = Arrangement.spacedBy(Spacing.small),
) {
TextInput(
label = stringResource(Str.character_note),
value = noteValue,
validate = false,
maxLength = maxLength,
Expand Down

0 comments on commit 5f46d9f

Please sign in to comment.