Add input title and label to setup repo input
This commit is contained in:
@@ -92,6 +92,8 @@ export default function SetupUpdateWgUiAction({ setup }: Props) {
|
|||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setBranch(e.target.value);
|
setBranch(e.target.value);
|
||||||
}}
|
}}
|
||||||
|
title="Repo Branch"
|
||||||
|
showLabel
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user