Skip to content

Commit

Permalink
fix: enabled publish button all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Mar 30, 2022
1 parent acf899f commit 1f9156a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/item/sharing/ItemPublishConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ const ItemPublishConfiguration = ({
variant="outlined"
onClick={publishItem}
color="primary"
disabled={
!edit || itemValidationStatus !== ITEM_VALIDATION_STATUSES.SUCCESS
}
className={classes.button}
endIcon={
tagValue?.name === SETTINGS.ITEM_PUBLISHED.name && (
Expand Down

0 comments on commit 1f9156a

Please sign in to comment.