Fixed up the up, scope kind looks more like a dropbox

This commit is contained in:
2026-07-16 22:23:24 +02:00
parent c8f47768a3
commit f049f766d9
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -333,8 +333,8 @@ function GroupsConfigTab() {
setDraftScopeKind(event.target.value as GroupScopeKind)
}}
>
<option value="node">node</option>
<option value="group">group</option>
<option value="node">Node</option>
<option value="group">Group</option>
</select>
</div>