fix: charts dialog to be stable

This commit is contained in:
Azgaar 2022-06-24 17:47:35 +03:00
parent db519c40c8
commit 1ad0b9dd51
4 changed files with 4 additions and 4 deletions

View file

@ -858,6 +858,6 @@ function viewCellDetails() {
}
async function overviewCharts() {
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.87.01");
const Overview = await import("../dynamic/overview/charts-overview.js?v=1.87.03");
Overview.open();
}