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 vuetify console error on DLP #1269

Merged
merged 1 commit into from
Sep 8, 2022
Merged

Conversation

mvandenburgh
Copy link
Member

Fixes the [Vuetify] The activator slot must be bound, try '<template v-slot:activator="{ on }"><v-btn v-on="on">' console error that happens on the DLP currently.

This issue was that we were manually setting the v-model for the publish checklist v-dialog instead of letting Vuetify do it with slots (which is the correct way).

@mvandenburgh mvandenburgh added patch Increment the patch version when merged release Create a release when this pr is merged labels Sep 8, 2022
@mvandenburgh mvandenburgh merged commit e914e21 into master Sep 8, 2022
@mvandenburgh mvandenburgh deleted the fix-dlp-console-error branch September 8, 2022 15:34
@dandibot
Copy link
Member

dandibot commented Sep 8, 2022

🚀 PR was released in v0.2.47 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants