Skip to content

Commit

Permalink
removed async
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatiadheeraj committed Jan 17, 2024
1 parent d5e6d53 commit 2f87593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ui/src/components/app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<div v-if="app_" class="appcard" :class="cardClasses" @click="handleClick">
<div v-if="isIncompatible">
<!-- in case if we want to show error-->
<!-- <p class="incompatible-error">Check input type</p> -->
<div class="incompatible-label">Incompatible</div>
</div>
<div v-if="app_.deprecated_by" class="deprecated-label">Deprecated</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/modals/newtask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export default {
},
methods: {
async update_lists() {
update_lists() {
//apply filter
if(!this.filter) this.apps.filtered = this.apps.all.sort((a,b)=>a.name - b.name);
let l_filter = this.filter.toLowerCase();
Expand Down

0 comments on commit 2f87593

Please sign in to comment.