Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#2294 from Josephalexantony-aot/Fe…
Browse files Browse the repository at this point in the history
…ature/FWF-3739-Save-and-Publish

FWF-3739:[Feature]-Unpublish state update fix
  • Loading branch information
arun-s-aot authored Oct 22, 2024
2 parents 0d63fce + d9c275a commit 1252761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Form/Item/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const Edit = React.memo(() => {
};

const handlePublish = () => {
if (processListData.status === "active") {
if (isPublished) {
openUnpublishModal();
}
else {
Expand Down

0 comments on commit 1252761

Please sign in to comment.