subscription list

This commit is contained in:
hamid zarghami
2026-01-06 11:08:19 +03:30
parent 2e2d5b3569
commit 8cc67f6a2d
4 changed files with 90 additions and 7 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 selected={!props.value}>{props.placeholder}</option>
}
{
props.items?.map((item) => {