Reserving campaign space on actor, entity and tag pages.
This commit is contained in:
@@ -134,6 +134,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import config from 'config';
|
||||
|
||||
import FilterBar from '../filters/filter-bar.vue';
|
||||
import Pagination from '../pagination/pagination.vue';
|
||||
import Releases from '../releases/releases.vue';
|
||||
@@ -205,7 +207,7 @@ export default {
|
||||
pageTitle: null,
|
||||
totalCount: null,
|
||||
done: false,
|
||||
limit: Number(this.$route.query.limit) || 20,
|
||||
limit: Number(this.$route.query.limit || 30) - config.campaigns.tiles, // reserve one campaign spot
|
||||
expanded: false,
|
||||
entityUrl: null,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user