mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(edge/templates): fix issues with git templates [EE-6357] (#10679)
This commit is contained in:
parent
974378c9b5
commit
2a18c9f215
16 changed files with 201 additions and 116 deletions
|
@ -29,7 +29,7 @@ export function PrivateRegistryFieldsetWrapper({
|
|||
}) {
|
||||
const dryRunMutation = useParseRegistries();
|
||||
|
||||
const registriesQuery = useRegistries();
|
||||
const registriesQuery = useRegistries({ hideDefault: true });
|
||||
|
||||
if (!registriesQuery.data) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue