mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-07 02:22:55 +00:00
fix: update config
This commit is contained in:
parent
5d190d8ee2
commit
7627a8a15c
@ -36,7 +36,6 @@ limitations under the License. -->
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ref } from "vue";
|
||||
import { ElButton } from "element-plus";
|
||||
import GridLayout from "./panel/Layout.vue";
|
||||
import { GridItemData } from "@/types/dashboard";
|
||||
@ -69,7 +68,6 @@ function setConfig() {
|
||||
dashboardStore.setConfigPanel(false);
|
||||
}
|
||||
function addWidget() {
|
||||
dashboardStore.setConfigPanel(true);
|
||||
dashboardStore.addWidget();
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user