updated yaml script

This commit is contained in:
Mishalabdullah
2024-05-05 23:11:53 +05:30
parent f73eadacbb
commit 2222aade5d
2 changed files with 15 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export default function InstallYaml() {
const [yamlUrl, setYamlUrl] = useState("");
const [checked, setChecked] = useState(false);
const container = checked ? "bpp-network" : "bap-network";
const container = checked ? "bpp" : "bap";
const handleRegistryUrlChange = (event) => {
setYamlUrl(event.target.value);