Make it possible to click on either map to choose a pool
This commit is contained in:
parent
259960cf45
commit
e1f3c93a1d
6 changed files with 34 additions and 22 deletions
|
|
@ -62,16 +62,13 @@ body {
|
|||
<ThreeColumn>
|
||||
<template #left>
|
||||
<ReviewPoolColumnList
|
||||
v-show="storeReviewTask.all"
|
||||
@doSelectTask="selectTask"
|
||||
:error="error"
|
||||
:loading="!!storeReviewTask.all()"
|
||||
:selectedTaskID="selectedTaskID"
|
||||
:tasks="storeReviewTask.all()"
|
||||
:total="totalPending"
|
||||
/>
|
||||
<div v-show="!storeReviewTask.all">
|
||||
<p>Loading</p>
|
||||
</div>
|
||||
</template>
|
||||
<template #center>
|
||||
<ReviewPoolColumnDetail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue