Skip to content

Commit

Permalink
Merge pull request #1269 from dandi/fix-dlp-console-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh authored Sep 8, 2022
2 parents 812240e + 7d91c1c commit e914e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/DandisetLandingView/DandisetPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
v-model="showPublishChecklistDialog"
width="900"
>
<template #activator>
<template #activator="{ on: onNested }">
<v-btn
block
:color="showPublishWarning ? 'error' : 'success'"
depressed
:disabled="publishButtonDisabled"
@click="showPublishChecklistDialog = true"
v-on="onNested"
>
Publish
<v-spacer />
Expand Down

0 comments on commit e914e21

Please sign in to comment.