Skip to content

Commit 77aa120

Browse files
committed
update: make modal dismissible.
1 parent 0fa0f6a commit 77aa120

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/components/billing/updateStateModal.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
</script>
6464

6565
<Modal
66-
bind:error
6766
bind:show
68-
dismissible={false}
67+
bind:error
6968
onSubmit={handleSubmit}
7069
title="Update payment method state">
7170
<Layout.Stack direction="column" gap="m">

0 commit comments

Comments
 (0)