Skip to content

Commit

Permalink
Remove extra bring forward column in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwong89 committed Apr 11, 2024
1 parent f601ca3 commit 79e965b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions frontend/src/components/submission/SubmissionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,5 @@ const filters = ref({
:sortable="true"
style="min-width: 200px"
/>
<Column
field="bringForwardDate"
header="Bring forward date"
:sortable="true"
style="min-width: 200px"
>
<template #body="{ data }">
{{ formatDate(data?.bringForwardDate) }}
</template>
</Column>
</DataTable>
</template>

0 comments on commit 79e965b

Please sign in to comment.