Skip to content

Commit bccad06

Browse files
committed
[Dashboard] List NFT to marketplace directly from token-page
1 parent a00233d commit bccad06

File tree

4 files changed

+429
-176
lines changed

4 files changed

+429
-176
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/(marketplace)/components/list-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { CreateListingsForm } from "./list-form";
1818
interface CreateListingButtonProps {
1919
contract: ThirdwebContract;
2020
createText?: string;
21-
type?: "direct-listings" | "english-auctions";
21+
type: "direct-listings" | "english-auctions";
2222
}
2323

2424
export const CreateListingButton: React.FC<CreateListingButtonProps> = ({

0 commit comments

Comments
 (0)