Skip to content

Commit

Permalink
remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lewischen-aot committed Jan 10, 2025
1 parent 04aad1e commit 06f5d4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<v-list-group
v-for="application in applicationHistory"
:key="application.title"
:prepend-icon="application.props?.prependIcon"
:title="application.title"
:value="application.title"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineComponent({
},
versionApplicationId: {
type: Number,
required: true,
required: false,
},
},
setup(props) {
Expand Down

0 comments on commit 06f5d4b

Please sign in to comment.