fix: nothing is shown
All checks were successful
Deploy MinIO Explorer / deploy (push) Successful in 34s

This commit is contained in:
2025-09-05 12:05:31 +02:00
parent 4e988fc15d
commit e097d19f07

View File

@@ -71,6 +71,11 @@ function autoConfigureFromURL() {
updateConfigDisplay();
console.log('Configuration automatique:', config);
// Charger automatiquement le contenu si on a une config valide
if (config.baseUrl) {
loadBucketContents(config.currentPath, false);
}
}
function handleUrlFormSubmit(event) {