Skip to content

Commit

Permalink
feat: ajusta filtros avançados nos componentes opportunity-registrati…
Browse files Browse the repository at this point in the history
…ons-table e opportunity-table. Ref: mapasculturais#3228
  • Loading branch information
carolinasouza0 committed Jul 22, 2024
1 parent 2c74940 commit 4c95227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@
</div>
</div>
</template>

<template #advanced-filters="{entities}">
</template>
</entity-table>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
</div>
</template>

<template #advanced-filters>
</template>

<template #attachments={entity}>
<a v-if="entity.files?.zipArchive?.url" :href="entity.files?.zipArchive?.url"><?= i::__('Anexo') ?></a>
</template>
Expand Down

0 comments on commit 4c95227

Please sign in to comment.