diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 369c44570..a544f1a2d 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -15,10 +15,12 @@ "@tabler/icons-vue": "^2.24.0", "@tanstack/vue-query": "^4.24.10", "@twir/grpc": "workspace:^", + "@types/lodash.chunk": "^4.2.7", "@vueuse/components": "^10.2.1", "@vueuse/core": "^9.13.0", "date-fns": "^2.30.0", "grid-layout-plus": "^1.0.2", + "lodash.chunk": "^4.2.0", "naive-ui": "^2.34.4", "plyr": "^3.7.8", "vue": "^3.3.4", diff --git a/frontend/dashboard/src/components/commands/modal.vue b/frontend/dashboard/src/components/commands/modal.vue index b1e9278d5..a333e0ed6 100644 --- a/frontend/dashboard/src/components/commands/modal.vue +++ b/frontend/dashboard/src/components/commands/modal.vue @@ -1,5 +1,6 @@