Skip to content

Commit

Permalink
Merge pull request #2983 from MetaPhase-Consulting/TM-5974-Agenda-Item
Browse files Browse the repository at this point in the history
TM-5974-Agenda-Item
  • Loading branch information
cagbakwu committed May 8, 2024
2 parents 204bf2e + 2ce415f commit 927b0d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ const AgendaItemMaintenanceContainer = (props) => {

const removeAI = () => {
const data = {
aiseqnum: agendaItemData$?.pmi_seq_num,
aiupdatedate: agendaItemData$?.pmi_update_date,
aiseqnum: agendaItemData$?.id,
aiupdatedate: agendaItemData$?.modifier_date,
};
dispatch(removeAgenda(data));
};
Expand Down

0 comments on commit 927b0d3

Please sign in to comment.