Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Nov 27, 2024
2 parents b23080a + 7b7acf0 commit abaabeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Meeting/MeetingQuestionInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ function NewQuestionMeetingAdditionalInput({
[fieldName]: [...prevContext[fieldName], tag],
}))
}
console.log(isNewChat, ' tchaaat')

return (
<div className="fr-mt-2w fr-grid-row gap-8">
Expand Down
1 change: 0 additions & 1 deletion src/components/Meeting/ThemesAndAdminsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export function ThemesAndAdminsInput({
field.name === 'themes'
? !themes || themes.length === 0
: !administrations || administrations.length === 0
console.log(isDisabled, ' isNewChat')

return (
<div>
Expand Down

0 comments on commit abaabeb

Please sign in to comment.