Skip to content

Commit

Permalink
Merge branch 'MMT-3494' into MMT-3553
Browse files Browse the repository at this point in the history
  • Loading branch information
dmistry1 authored Jan 31, 2024
2 parents 9468ded + c69e436 commit df69b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/src/js/components/DraftPreview/DraftPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const DraftPreview = () => {
// Handle the user selecting publish draft
const handlePublish = () => {
// Calls publish mutation hook
setLoading(true)
publishMutation(derivedConceptType, nativeId)
}

Expand Down

0 comments on commit df69b09

Please sign in to comment.