Skip to content

Commit

Permalink
display feedback message
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementLmd committed Jul 12, 2024
1 parent 9a59cf2 commit 78a948d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const BroadcastAgainButton = ({
feedbackTopic: "broadcast-convention-again",
}),
);
broadcastAgainModal.close();
}}
>
Rediffuser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import {
} from "src/core-logic/domain/convention/convention.slice";
import { inclusionConnectedSelectors } from "src/core-logic/domain/inclusionConnected/inclusionConnected.selectors";
import { v4 as uuidV4 } from "uuid";
import { Feedback } from "../../feedback/Feedback";
import { ScheduleSection } from "../../forms/convention/sections/schedule/ScheduleSection";

export type JwtKindProps =
Expand Down Expand Up @@ -154,6 +155,7 @@ export const ConventionManageActions = ({
submitFeedback={submitFeedback}
signatories={convention.signatories}
/>
<Feedback topic="broadcast-convention-again" />
<div
style={{
display: "flex",
Expand Down

0 comments on commit 78a948d

Please sign in to comment.