Merge pull request #961 from barrycarey/issue-694-clear-issues

Pass lib ID to toolbar so it can refresh state when clearing issues.
This commit is contained in:
advplyr 2022-09-02 17:58:01 -05:00 committed by GitHub
commit c17612a233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="page" :class="streamLibraryItem ? 'streaming' : ''">
<app-book-shelf-toolbar :page="id || ''" :view-mode.sync="viewMode" />
<app-book-shelf-toolbar :page="id || ''" :view-mode.sync="viewMode"/>
<app-lazy-bookshelf :page="id || ''" :view-mode="viewMode" />
</div>
</template>
@ -42,4 +42,4 @@ export default {
},
methods: {}
}
</script>
</script>