mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix minPinDialog submit button onclick handler
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<AlertDialog.Cancel onclick={() => (configState.minPinDialogOpen = false)}
|
||||
>Cancel</AlertDialog.Cancel
|
||||
>
|
||||
<AlertDialog.Action onclick={configState.handleMinPinChange}
|
||||
<AlertDialog.Action onclick={() => configState.handleMinPinChange()}
|
||||
>Update</AlertDialog.Action
|
||||
>
|
||||
</AlertDialog.Footer>
|
||||
|
||||
Reference in New Issue
Block a user