Skip to content

Commit

Permalink
Update proposalActions.api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Sep 20, 2024
1 parent 1be2894 commit e343ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface IProposalActionsProps<TAction extends IProposalAction = IPropos
*/
emptyStateDescription: string;
/**
* Items to be displayed insdie a dropdown for each proposal action (e.g. remove from list, move up, etc..)
* Items to be displayed inside a dropdown for each proposal action (e.g. remove from list, move up, etc..)
*/
dropdownItems?: Array<IProposalActionsDropdownItem<TAction>>;
/**
Expand Down

0 comments on commit e343ff5

Please sign in to comment.