fix: remove

This commit is contained in:
Fine 2024-04-11 17:09:33 +08:00
parent 4c6426109c
commit bc85bc97db

View File

@ -138,9 +138,6 @@ limitations under the License. -->
function applyConfig() { function applyConfig() {
dashboardStore.setConfigPanel(false); dashboardStore.setConfigPanel(false);
dashboardStore.selectWidget({
...dashboardStore.selectedGrid,
});
dashboardStore.setConfigs(dashboardStore.selectedGrid); dashboardStore.setConfigs(dashboardStore.selectedGrid);
} }