Skip to content

Commit

Permalink
Remove icon to get proper alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
udgover committed Jan 25, 2024
1 parent 667a154 commit 1010eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ObservableSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<v-list>
<v-dialog v-for="typeDef in observableTypes" :width="editWidth" :fullscreen="fullScreenEdit">
<template v-slot:activator="{ props }">
<v-list-item v-bind="props" :prepend-icon="typeDef.icon"> {{ typeDef.name }} </v-list-item>
<v-list-item v-bind="props"> {{ typeDef.name }} </v-list-item>
</template>
<template v-slot:default="{ isActive }">
<new-object
Expand Down

0 comments on commit 1010eff

Please sign in to comment.