diff --git a/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt b/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt index 10312e3..18e963b 100644 --- a/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt +++ b/composeApp/src/commonMain/kotlin/com/pixelized/desktop/lwa/ui/screen/characterSheet/edit/CharacterSheetEditFactory.kt @@ -300,7 +300,7 @@ class CharacterSheetEditFactory( label = mutableStateOf(getString(Res.string.character_sheet_edit__characteristics__thumbnail)), value = thumbnail, placeholder = mutableStateOf(null), - onValueChange = { portrait.value = it }, + onValueChange = { thumbnail.value = it }, ), strength = str, dexterity = dex,