Skip to content

Commit

Permalink
pkp/pkp-lib#6528 Temporarly hide DashboardBulkDeleteButton until some…
Browse files Browse the repository at this point in the history
… permission details are decided
  • Loading branch information
jardakotesovec committed Dec 5, 2024
1 parent b687261 commit 589c5c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/dashboard/DashboardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<PkpButton @click="store.openFiltersModal">
{{ t('common.filter') }}
</PkpButton>
<DashboardBulkDeleteButton />
<!-- Temporarly hide it on main branch until permissions details are decided -->
<!--<DashboardBulkDeleteButton />-->
</div>
<div>
<Search
Expand Down Expand Up @@ -49,7 +50,7 @@
import PkpButton from '@/components/Button/Button.vue';
import DashboardActiveFilters from './components/DashboardActiveFilters.vue';
import DashboardTable from './components/DashboardTable/DashboardTable.vue';
import DashboardBulkDeleteButton from './components/DashboardBulkDeleteButton.vue';
//import DashboardBulkDeleteButton from './components/DashboardBulkDeleteButton.vue';
import Search from '@/components/Search/Search.vue';
import {useDashboardPageStore} from './dashboardPageStore';
Expand Down

0 comments on commit 589c5c8

Please sign in to comment.