Add input title and label to setup repo input

This commit is contained in:
2026-09-21 15:13:31 +01:00
parent 803ba0adef
commit c4b057ba7a
@@ -92,6 +92,8 @@ export default function SetupUpdateWgUiAction({ setup }: Props) {
onChange={(e) => {
setBranch(e.target.value);
}}
title="Repo Branch"
showLabel
/>
) : null}
</Stack>