Skip to content

Commit e459d8b

Browse files
committed
wip
1 parent d31a855 commit e459d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/forms/SubmissionListing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defineExpose({ parameters, refresh });
8484
/>
8585
</ToggleGroup>
8686

87-
<CustomizeColumns v-if="allowCustomizingColumns" />
87+
<CustomizeColumns v-if="allowCustomizingColumns && view === View.Submissions" />
8888
</div>
8989

9090
<template v-if="view === View.Submissions">

0 commit comments

Comments
 (0)