Skip to content

Commit c73f48a

Browse files
authored
Merge pull request #2849 from appwrite/check-billing
2 parents 8369d09 + 9da6614 commit c73f48a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/lib/components/billing/updateStateModal.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@
6262
}
6363
</script>
6464

65-
<Modal
66-
bind:error
67-
bind:show
68-
dismissible={false}
69-
onSubmit={handleSubmit}
70-
title="Update payment method state">
65+
<Modal bind:show bind:error onSubmit={handleSubmit} title="Update payment method state">
7166
<Layout.Stack direction="column" gap="m">
7267
<Typography.Text>
7368
State information is required for US payment methods to apply correct taxes and meet

0 commit comments

Comments
 (0)