Skip to content

Commit

Permalink
Merge branch 'feature/AB#16122' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Mar 14, 2024
2 parents 94adb82 + becce92 commit 209b843
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ const PublicationPackages = (version: PublicationVersionShort) => {
className="my-6"
/>
)}

{isOfficial && publicationPackage?.Report_Status === 'Failed' && (
<Notification
variant="negative"
title="Publicatie niet gelukt. Maak een nieuwe versie aan en probeer het opnieuw."
className="my-6"
/>
)}
</>
)
}
Expand Down

0 comments on commit 209b843

Please sign in to comment.