Skip to content

Commit

Permalink
fix: update package version and non active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Dec 21, 2023
1 parent 8e5f3c9 commit cf168c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui/main",
"private": true,
"version": "0.27.3",
"version": "0.27.8",
"type": "module",
"scripts": {
"dev": "VITE_APP_VERSION=$npm_package_version vite",
Expand Down
6 changes: 1 addition & 5 deletions packages/main/views/Main/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,7 @@ export async function checkLocalAPI(
"Cardinal View",
true
);
LocalPluginsManagement().togglePlugin(
"Query Item",
"Cardinal View",
true
)

isReady = true;
} else {
setResponseType(ResponseEnum.NODE);
Expand Down

0 comments on commit cf168c3

Please sign in to comment.