Skip to content

Commit 5f46d9f

Browse files
committed
Remove incorrect label
1 parent 305f40e commit 5f46d9f

File tree

1 file changed

+0
-1
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/notes

1 file changed

+0
-1
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/notes/NoteCard.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ private fun EditNoteDialog(
112112
verticalArrangement = Arrangement.spacedBy(Spacing.small),
113113
) {
114114
TextInput(
115-
label = stringResource(Str.character_note),
116115
value = noteValue,
117116
validate = false,
118117
maxLength = maxLength,

0 commit comments

Comments
 (0)