Pass lib ID to toolbar so it can refresh state when clearing issues. Fixes #694

This commit is contained in:
barry 2022-09-02 18:20:38 -04:00
parent eb25ca7af5
commit 4ccb4243f7
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="page" :class="streamLibraryItem ? 'streaming' : ''">
<app-book-shelf-toolbar :page="id || ''" :view-mode.sync="viewMode" :library-id="libraryId"/>
<app-book-shelf-toolbar :page="id || ''" :view-mode.sync="viewMode"/>
<app-lazy-bookshelf :page="id || ''" :view-mode="viewMode" />
</div>
</template>