upload mission modal

This commit is contained in:
Виталий Лавшонок
2025-11-04 14:59:45 +03:00
parent 2e3a8779fc
commit 3cd8e14288
7 changed files with 380 additions and 250 deletions

View File

@@ -4,7 +4,7 @@ import { eyeClosed, eyeOpen } from "../../assets/icons/input";
interface inputProps {
name?: string;
type: "text" | "email" | "password" | "first_name";
type: "text" | "email" | "password" | "first_name" | "number";
error?: string;
disabled?: boolean;
required?: boolean;