Skip to content

Commit

Permalink
Fix ordering of split
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 5, 2024
1 parent 538b3a3 commit d3d2ab1
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 @@ -435,6 +435,7 @@ export const PositionCard = ({
lockupPeriodsInDays: values.lockupPeriodInDays,
onInstructions: async (ixs, sigs) => {
await decideAndExecute({
sequentially: true,
header: t('gov.transactions.splitPosition'),
message: t('gov.positions.splitMessage', {
amount: values.amount,
Expand Down

0 comments on commit d3d2ab1

Please sign in to comment.