Skip to content

Commit

Permalink
Updating lib-iitc-manager and fixing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Dec 28, 2022
1 parent b34f292 commit 21603de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@highlightjs/vue-plugin": "^1.0.2",
"core-js": "^3.6.5",
"highlight.js": "^10.7.3",
"lib-iitc-manager": "^1.4.3",
"lib-iitc-manager": "^1.4.4",
"scored-fuzzysearch": "^1.0.5",
"vue": "^2.6.11"
},
Expand Down
2 changes: 1 addition & 1 deletion src/popup/components/ElementPlugin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<template>
<div
class="plugin item-wrapper"
v-bind:class="plugin.status || 'off'"
v-bind:class="plugin.status"
v-bind:title="pluginDescription()"
v-bind:data-category="category_name"
v-bind:data-uid="plugin.uid"
Expand Down

0 comments on commit 21603de

Please sign in to comment.