We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c8b6 commit d095892Copy full SHA for d095892
src/features/governance/ProposalScreen.tsx
@@ -182,7 +182,7 @@ export const ProposalScreen = () => {
182
}: {
183
header: string
184
message: string
185
- instructions: TransactionInstruction[]
+ instructions: TransactionInstruction[] | TransactionInstruction[][]
186
}) => {
187
if (!anchorProvider || !walletSignBottomSheetRef) return
188
0 commit comments