Skip to content

Commit

Permalink
Merge pull request #351 from breatheco-de/tommygonzaleza-patch-2
Browse files Browse the repository at this point in the history
Optimized status added to the modal
  • Loading branch information
alesanchezr authored Apr 17, 2023
2 parents 4aa6c91 + 585520f commit 7f5cc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/media/components/ComposeAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const ComposeAsset = () => {
}}
open={updateStatus}
title="Select a status"
options={['UNASSIGNED', 'WRITING', 'DRAFT', 'PUBLISHED']}
options={['UNASSIGNED', 'WRITING', 'DRAFT', 'OPTIMIZED', 'PUBLISHED']}
/>
<DialogPicker
onClose={opt => {
Expand Down

1 comment on commit 7f5cc13

@vercel
Copy link

@vercel vercel bot commented on 7f5cc13 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.