]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/attachments.js
Removed parallel testing, updated predis
[bookstack] / resources / js / components / attachments.js
index b4e400aeb716b53047b0d7c80492e2a9dbdba7b0..d8a506270dfcb3c8764364db961d921a9300c24a 100644 (file)
@@ -45,7 +45,7 @@ export class Attachments extends Component {
         this.stopEdit();
         /** @var {Tabs} */
         const tabs = window.$components.firstOnElement(this.mainTabs, 'tabs');
-        tabs.show('items');
+        tabs.show('attachment-panel-items');
         window.$http.get(`/attachments/get/page/${this.pageId}`).then(resp => {
             this.list.innerHTML = resp.data;
             window.$components.init(this.list);