Skip to content

Commit

Permalink
remove default placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 28, 2024
1 parent 04d2b9c commit a968dbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/lib/zod/schemas/domains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export const createDomainBodySchema = z.object({
.openapi({ example: false }),
placeholder: parseUrlSchemaAllowEmpty({ maxLength: 100 })
.nullish()
.default("https://dub.co/help/article/what-is-dub")
.describe(
"Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened.",
)
Expand Down

0 comments on commit a968dbe

Please sign in to comment.