Skip to content

Commit

Permalink
Merge pull request #253 from tigergraph/GML-1842-fix_ui_build
Browse files Browse the repository at this point in the history
remove unused param causing build failure
  • Loading branch information
RobRossmiller-TG authored Jul 29, 2024
2 parents a244354 + 395c7cc commit 4a9c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot-ui/src/actions/ActionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const ActionProvider: React.FC<ActionProviderProps> = ({
}));
};

const updateLastMessage = (message) => {
const updateLastMessage = (_) => {
setState(prev => ({
...prev,
messages: [...prev.messages.slice(0, 1)]
Expand Down

0 comments on commit 4a9c88b

Please sign in to comment.