Fix iptables internet forwarding bug. Update UI errors.
This commit is contained in:
@@ -78,7 +78,7 @@ export default function SetupUpdateWgUiAction({ setup }: Props) {
|
||||
<Input<"repo_url">
|
||||
label="Repository URL"
|
||||
placeholder={SiteData["RepoURL"]}
|
||||
value={repoUrl}
|
||||
defaultValue={repoUrl}
|
||||
onChange={(e) => {
|
||||
setRepoUrl(e.target.value);
|
||||
}}
|
||||
@@ -88,7 +88,7 @@ export default function SetupUpdateWgUiAction({ setup }: Props) {
|
||||
<Input<"branch">
|
||||
label="Branch"
|
||||
placeholder="main"
|
||||
value={branch}
|
||||
defaultValue={branch}
|
||||
onChange={(e) => {
|
||||
setBranch(e.target.value);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user