File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pages/submit-meeting-summary Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ const SubmitMeetingSummary: NextPage = () => {
280280 noSummaryGiven ( ) ; // Your existing function to handle no summary
281281 } else if ( newStatus === 'canceledSummary' ) {
282282 // Implement logic for canceled summary
283+ //console.log("Canceled Summary", myVariable);
283284 setMyVariable ( prevMyVariable => ( {
284285 ...prevMyVariable ,
285286 summary : {
@@ -364,7 +365,7 @@ const SubmitMeetingSummary: NextPage = () => {
364365 title = "All values will be cleared, so please make sure to select all dropdowns and fill in all fields"
365366 > Clear Summary
366367 </ button >
367- { myVariable . roles ?. isAdmin && activeComponent == 'four' && (
368+ { myVariable . roles ?. isAdmin && (
368369 < select
369370 className = { styles . select }
370371 value = { summaryStatus }
You can’t perform that action at this time.
0 commit comments