Skip to content

Commit

Permalink
Update ComposeAsset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Mar 27, 2023
1 parent 0217dfa commit 585520f
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', 'OPTIMIZED']}
options={['UNASSIGNED', 'WRITING', 'DRAFT', 'OPTIMIZED', 'PUBLISHED']}
/>
<DialogPicker
onClose={opt => {
Expand Down

0 comments on commit 585520f

Please sign in to comment.