fix: Editing active surveys (#5015)

Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com>
This commit is contained in:
Jakob Schott
2025-04-28 16:50:25 +02:00
committed by GitHub
parent b0aa08fe4e
commit a9eedd3c7a
24 changed files with 1045 additions and 130 deletions
@@ -204,7 +204,7 @@ export const LoginForm = ({
aria-label="password"
aria-required="true"
required
className="focus:border-brand-dark focus:ring-brand-dark block w-full pr-8 rounded-md border-slate-300 shadow-sm sm:text-sm"
className="focus:border-brand-dark focus:ring-brand-dark block w-full rounded-md border-slate-300 pr-8 shadow-sm sm:text-sm"
value={field.value}
onChange={(password) => field.onChange(password)}
/>