Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Add max items
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Jan 18, 2024
1 parent 3623f0d commit 24b5b1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export const getFormSchema = (
externalLinks: {
type: "array" as "array",
title: "Metadata Links",
maxItems: 5,
items: {
type: "object" as "object",
properties: {
Expand Down

0 comments on commit 24b5b1a

Please sign in to comment.