diff --git a/webui/web/explorer.html b/webui/web/explorer.html index c2bb4df2..4236bdac 100644 --- a/webui/web/explorer.html +++ b/webui/web/explorer.html @@ -1231,6 +1231,7 @@ under the License. // If we have a bucket from URL, show it if (currentBucket) { showObjectsView(); + await checkBucketVersioning(); await loadObjects(); } else { showBucketsView();