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