Update fetch-data name

This commit is contained in:
William Buezas 2024-04-02 12:46:50 -03:00
parent 71b2f7c8dc
commit 3569afdb85
1 changed files with 3 additions and 3 deletions

View File

@ -48,19 +48,19 @@ const maritalStatus = [
</script>
<template>
<fetch-data
<FetchData
:filter="workersFilter"
@on-fetch="(data) => (workersOptions = data)"
auto-load
url="Workers/search"
/>
<fetch-data
<FetchData
:filter="countriesFilter"
@on-fetch="(data) => (countriesOptions = data)"
auto-load
url="Countries"
/>
<fetch-data
<FetchData
:filter="educationLevelsFilter"
@on-fetch="(data) => (educationLevelsOptions = data)"
auto-load