Skip to content

Commit fb077fb

Browse files
committed
fix(APIModal): disabled start with
1 parent 12b042c commit fb077fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modals/APIModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const selectedBilling = ref("annually")
193193
</Flex>
194194

195195
<Flex direction="column" align="center" gap="8">
196-
<Button type="primary" size="small" wide>
196+
<Button type="primary" size="small" disabled wide>
197197
<Text color="black">Start with {{ plans[selectedPlan].name }}</Text>
198198
</Button>
199199

0 commit comments

Comments
 (0)