We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b042c commit fb077fbCopy full SHA for fb077fb
1 file changed
components/modals/APIModal.vue
@@ -193,7 +193,7 @@ const selectedBilling = ref("annually")
193
</Flex>
194
195
<Flex direction="column" align="center" gap="8">
196
- <Button type="primary" size="small" wide>
+ <Button type="primary" size="small" disabled wide>
197
<Text color="black">Start with {{ plans[selectedPlan].name }}</Text>
198
</Button>
199
0 commit comments