Skip to content

Commit

Permalink
Various changes for Vue3.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 10, 2023
1 parent dc2b584 commit 9f0fe22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/components/institute/AuthoritiesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,12 @@
</v-col>
<v-col class="d-flex justify-end">
<v-tooltip bottom>
<template #activator="{ on, attrs }">
<template #activator="{ on, props }">
<v-btn
id="authorityContacts"
color="#003366"
outlined
v-bind="props"
class="mt-0 pt-0 filterButton ml-2"
style="text-transform: initial"
@click.stop.prevent="openAuthorityContacts(item.raw.independentAuthorityId)"
Expand Down Expand Up @@ -557,4 +558,8 @@ export default {
padding-left: 30em !important;
}
:deep(.v-list-item__prepend){
margin-right: -2em;
}
</style>

0 comments on commit 9f0fe22

Please sign in to comment.