Skip to content

Commit 690f6aa

Browse files
committed
Fix add compendium miracle button
1 parent f02b67c commit 690f6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/miracle/MiracleCompendiumTab.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun MiracleCompendiumTab(partyId: PartyId, screenModel: CompendiumScreenModel, w
4747
remover = screenModel::remove,
4848
saver = screenModel::save,
4949
onClick = { navigator.push(MiracleDetailScreen(partyId, it.id)) },
50-
onNewItemRequest = { },
50+
onNewItemRequest = { newMiracleDialogOpened = true },
5151
width = width,
5252
) { miracle ->
5353
ListItem(

0 commit comments

Comments
 (0)