Skip to content

Commit

Permalink
Remove default empty pool fee
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Dec 3, 2024
1 parent a8f299f commit b0f5982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/IssuerCreatePool/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const initialValues: CreatePoolValues = {
threshold: 1,
},
adminMultisigEnabled: false,
poolFees: [createPoolFee()],
poolFees: [],
poolType: 'open',

onboarding: {
Expand Down

0 comments on commit b0f5982

Please sign in to comment.