-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix (change request) #2378 #22
Conversation
Docs/add missing files
from DEV to QA
from QA to PRE-PROD
From Dev to QA - 12.11.2024
From QA to PRE PROD - 12.11.2024
From Pre prod to Main - 12.11.2024
From QA to PreProd BugFix #2242
From PreProd to Main BugFix #2242
…mitting a proposal.
✅ All checks succeeded |
✅ All checks succeeded |
pdf-ui/src/index.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove changes from this file, uncomment BrowserRouter
@@ -402,7 +325,7 @@ const EditProposalDialog = ({ | |||
useEffect(() => { | |||
setDraft(setDraftData(proposal)); | |||
}, [proposal]); | |||
|
|||
console.log(draft); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove console.log
const setDraftData = (proposalData) => { | ||
console.table(proposalData); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove console.table
@nebojsact |
List of changes
Checklist