Skip to content

Commit

Permalink
fix setCancelModal not defined (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 authored Aug 25, 2024
1 parent 36c5958 commit 1dd7938
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ const [oldRfpData, setOldRfpData] = useState(null);
const [timeline, setTimeline] = useState({
status: RFP_TIMELINE_STATUS.ACCEPTING_SUBMISSIONS,
});
const [isCancelModalOpen, setCancelModal] = useState(false);

if (allowDraft) {
draftRfpData = Storage.privateGet(draftKey);
Expand Down

0 comments on commit 1dd7938

Please sign in to comment.