update comunity logic
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m1s

This commit is contained in:
2025-07-14 09:09:30 +07:00
parent 8926f599c0
commit 43a77bc3b1
+1 -1
View File
@@ -218,7 +218,7 @@ function DomainsNewManager() {
<input <input
type="text" type="text"
className="form-control" className="form-control"
placeholder="65000:100" placeholder="100"
value={newItem.community} value={newItem.community}
onChange={(e) => setNewItem({ ...newItem, community: e.target.value })} onChange={(e) => setNewItem({ ...newItem, community: e.target.value })}
/> />