Skip to content

Commit

Permalink
correct error console props status component publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Aug 7, 2023
1 parent 99675b0 commit 6923b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sub-header/bal-status/publication.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Publication({status, handleBackToDraft, onPublish}) {

Publication.propTypes = {
status: PropTypes.oneOf([
'draft', 'ready-to-publish', 'published'
'draft', 'ready-to-publish', 'published', 'replaced'
]).isRequired,
handleBackToDraft: PropTypes.func.isRequired,
onPublish: PropTypes.func.isRequired
Expand Down

0 comments on commit 6923b33

Please sign in to comment.