Skip to content
Snippets Groups Projects

Fix: Recursive Folders & Resource Configuration Button

Merged Benedikt Heinrichs requested to merge Hotfix/xxxx-folderRecursive into main
4 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -87,6 +87,8 @@ watch(
() => {
initTabContent();
retrieveResourceTypeQuota();
// Timeout deals with otherwise incorrect updates
setTimeout(() => setResourceSize(sliderValue.value), 1);
},
{ deep: true },
);
Loading