Crud create and variant category

This commit is contained in:
hamid zarghami
2025-09-21 14:30:13 +03:30
parent 1457afce0b
commit f731f8f73d
23 changed files with 903 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const Select: FC<Props> = (props: Props) => {
)}>
{
props.placeholder &&
<option value="" disabled selected>{props.placeholder}</option>
<option value="" disabled>{props.placeholder}</option>
}
{
props.items?.map((item) => {