Skip to content

Commit 55c5671

Browse files
committed
fix build
1 parent 07b2df0 commit 55c5671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/settings/ContractSettingsPage.client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function ContractSettingsPageClient(props: {
2525
contract={props.contract}
2626
functionSelectors={metadataQuery.data.functionSelectors}
2727
twAccount={props.twAccount}
28+
hasDefaultFeeConfig={true}
2829
/>
2930
);
3031
}

0 commit comments

Comments
 (0)