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) => {
|
||||
setBranch(e.target.value);
|
||||
}}
|
||||
title="Repo Branch"
|
||||
showLabel
|
||||
/>
|
||||
) : null}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user