Skip to content

Commit

Permalink
Add missing sequentially (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Dec 5, 2024
1 parent 7c94b6b commit dbef4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/governance/PositionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export const PositionCard = ({
onInstructions: async (ixs, sigs) => {
await decideAndExecute({
header: t('gov.transactions.splitPosition'),
sequentially: true,
message: t('gov.positions.splitMessage', {
amount: values.amount,
symbol,
Expand Down

0 comments on commit dbef4a5

Please sign in to comment.