We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8369d09 + 9da6614 commit c73f48aCopy full SHA for c73f48a
1 file changed
src/lib/components/billing/updateStateModal.svelte
@@ -62,12 +62,7 @@
62
}
63
</script>
64
65
-<Modal
66
- bind:error
67
- bind:show
68
- dismissible={false}
69
- onSubmit={handleSubmit}
70
- title="Update payment method state">
+<Modal bind:show bind:error onSubmit={handleSubmit} title="Update payment method state">
71
<Layout.Stack direction="column" gap="m">
72
<Typography.Text>
73
State information is required for US payment methods to apply correct taxes and meet
0 commit comments