Skip to content

Commit b866f23

Browse files
view: fix quickview for projects
Signed-off-by: Rohit Yadav <[email protected]>
1 parent cdd7ee5 commit b866f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</template>
4646
<a-button
4747
v-if="action.api in $store.getters.apis && action.dataView &&
48-
('show' in action ? action.show(resource) : true)"
48+
('show' in action ? action.show(resource, $store.getters.userInfo) : true)"
4949
:icon="action.icon"
5050
:type="action.icon === 'delete' ? 'danger' : (action.icon === 'plus' ? 'primary' : 'default')"
5151
shape="round"

0 commit comments

Comments
 (0)