From d9a3cde1695a4038d54cce3427477369c2452f12 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Mon, 7 Apr 2025 14:00:10 +0200 Subject: [PATCH] NORY-46: fix uri input placeholders --- dashboard/src/components/forms/client-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/forms/client-form.tsx b/dashboard/src/components/forms/client-form.tsx index 9b74ceb..0ca84b6 100644 --- a/dashboard/src/components/forms/client-form.tsx +++ b/dashboard/src/components/forms/client-form.tsx @@ -238,7 +238,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { + placeholder="https://" {...field} /> @@ -259,7 +259,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { @@ -282,7 +282,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) { + placeholder="https://" {...field} />