Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ktabs): minor fix #2513

Merged
merged 1 commit into from
Nov 12, 2024
Merged

fix(ktabs): minor fix #2513

merged 1 commit into from
Nov 12, 2024

Conversation

portikM
Copy link
Member

@portikM portikM commented Nov 12, 2024

Summary

@portikM portikM self-assigned this Nov 12, 2024
@portikM portikM enabled auto-merge (squash) November 12, 2024 21:31
Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for kongponents-sandbox ready!

Name Link
🔨 Latest commit b210df7
🔍 Latest deploy log https://app.netlify.com/sites/kongponents-sandbox/deploys/6733c92ad2c4790008527b2c
😎 Deploy Preview https://deploy-preview-2513--kongponents-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for kongponents ready!

Name Link
🔨 Latest commit b210df7
🔍 Latest deploy log https://app.netlify.com/sites/kongponents/deploys/6733c92ad222a20008af57cf
😎 Deploy Preview https://deploy-preview-2513--kongponents.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@kaiarrowood kaiarrowood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@portikM portikM merged commit 38ecf93 into main Nov 12, 2024
11 checks passed
@portikM portikM deleted the fix/ktabs-type-error branch November 12, 2024 22:30
kongponents-bot pushed a commit that referenced this pull request Nov 12, 2024
## [9.14.10](v9.14.9...v9.14.10) (2024-11-12)

### Bug Fixes

* **ktabs:** minor fix ([#2513](#2513)) ([38ecf93](38ecf93))
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 9.14.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -87,7 +87,7 @@ const emit = defineEmits<{
(e: 'change', val: string): void
}>()

const activeTab = ref<string>(props.modelValue ? props.modelValue : props.tabs[0].hash)
const activeTab = ref<string>(props.modelValue ? props.modelValue : props.tabs[0]?.hash)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there's no tab at index zero, what should the value be...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants