Skip to content

Commit

Permalink
use property
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Jul 18, 2024
1 parent 75eca7f commit 4a5cbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/renderer/form-requests.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="showTable">
<filter-table
ref="form-case"
table-name="form-cases"
:headers="tableHeaders"
:data="tableData"
:unread="unreadColumnName"
Expand Down
2 changes: 1 addition & 1 deletion src/components/renderer/form-tasks.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div v-if="showTable">
<filter-table
ref="form-task"
table-name="form-tasks"
:headers="tableHeaders"
:data="tableData"
:unread="unreadColumnName"
Expand Down

0 comments on commit 4a5cbe6

Please sign in to comment.