Skip to content

Commit

Permalink
fix(client): fix dashboard resizing
Browse files Browse the repository at this point in the history
Incorrect inport on dashboard pages, trying to import some /h5/ that doesn't exist...
  • Loading branch information
NotExpectedYet committed Oct 1, 2022
1 parent d98cb3e commit ef022a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions client/entry/dashboard.runner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'gridstack/dist/gridstack.min.css';
import 'gridstack/dist/h5/gridstack-dd-native';
import 'gridstack/dist/gridstack.css';
import OctoFarmClient from '../js/services/octofarm-client.service';
import { bindGraphChangeUpdate, loadGrid } from '../js/pages/dashboard/grid-stack.manager';
import { ChartsManager } from '../js/pages/charts/charts.manager';
Expand Down
1 change: 0 additions & 1 deletion client/js/pages/dashboard/grid-stack.manager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { DashboardStorage } from "./dashboard.storage";
import "gridstack/dist/gridstack.min.css";
import "gridstack/dist/h5/gridstack-dd-native";
import { GridStack } from "gridstack";

const gridStack = GridStack.init({
Expand Down

0 comments on commit ef022a0

Please sign in to comment.