Skip to content

Commit

Permalink
Fix create pool redirect (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser authored Aug 29, 2024
1 parent 62c90e9 commit 6960981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/IssuerCreatePool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function CreatePoolForm() {
{
onSuccess: (args) => {
if (form.values.adminMultisigEnabled && form.values.adminMultisig.threshold > 1) setIsMultisigDialogOpen(true)
const [, , , poolId] = args
const [, , , , poolId] = args
if (createType === 'immediate') {
setCreatedPoolId(poolId)
}
Expand Down

0 comments on commit 6960981

Please sign in to comment.