FunctionButton({
label,
href,
disabled,
testId,
onClick,
customStyle,
}: ButtonProps)
src/pages/governance/_components/Button.tsx:13
FunctionButtonElement({
label,
testId,
disabled,
onClick,
customStyle,
}: {
label: string;
testId: string;
disabled
src/pages/governance/_components/Button.tsx:46
FunctionConfirmVoteDialog({
isLoading,
setIsLoading,
voteStage,
setVoteStage,
setVoteCommand,
userConfirmedSelectedVote,
src/pages/governance/_components/ConfirmVoteDialog.tsx:27