Skip to content

Commit

Permalink
Add RoyaltyInfo section to ERC721 controls
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Nov 27, 2024
1 parent 0f52a2c commit 6fee79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/src/cairo/ERC721Controls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import AccessControlSection from './AccessControlSection.svelte';
import UpgradeabilityField from './UpgradeabilityField.svelte';
import RoyaltyInfoSection from './RoyaltyInfoSection.svelte';
import InfoSection from './InfoSection.svelte';
import { error } from '../error-tooltip';
Expand Down Expand Up @@ -110,6 +111,8 @@
</label>
</section>

<RoyaltyInfoSection bind:opts={opts.royaltyInfo} errors={errors} />

<AccessControlSection bind:access={opts.access} required={requireAccessControl} />

<InfoSection bind:info={opts.info} />

0 comments on commit 6fee79c

Please sign in to comment.