Changed typo in absenceRequests
This commit is contained in:
@@ -120,7 +120,7 @@ const columns = computed(() => templateColumns.filter((column) => selectedColumn
|
|||||||
|
|
||||||
const searchString = ref('')
|
const searchString = ref('')
|
||||||
const filteredRows = computed(() => {
|
const filteredRows = computed(() => {
|
||||||
let items = dataStore.absenceRequests
|
let items = dataStore.absencerequests
|
||||||
|
|
||||||
if(!searchString.value) {
|
if(!searchString.value) {
|
||||||
return items
|
return items
|
||||||
|
|||||||
Reference in New Issue
Block a user