Skip to content

Commit

Permalink
slash-commands/improv
Browse files Browse the repository at this point in the history
  • Loading branch information
umangutkarsh committed Feb 17, 2024
1 parent bdbd408 commit 17c9a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { ActionButton } from '../../ActionButton';

const InviteMembers = ({ inviteData }) => {
const toggleInviteView = useInviteStore((state) => state.toggleInviteView);

const dispatchToastMessage = useToastBarDispatch();

const copyToClipboard = () => {
Expand All @@ -27,6 +26,7 @@ const InviteMembers = ({ inviteData }) => {
});
};


return (
<Box style={{ padding: '16px' }} className={classes.modal}>
<Box
Expand Down

0 comments on commit 17c9a2b

Please sign in to comment.