Skip to content

Commit

Permalink
merging linting error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteSchm committed Apr 12, 2023
2 parents d2fc00b + 43f7553 commit 74dcdda
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions webapp/src/views/PowerMeterAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,14 @@ import BootstrapAlert from "@/components/BootstrapAlert.vue";
import CardElement from '@/components/CardElement.vue';
import InputElement from '@/components/InputElement.vue';
import { handleResponse, authHeader } from '@/utils/authentication';
// import { BIconInfoCircle } from 'bootstrap-icons-vue';
import type { PowerMeterHttpPhaseConfig, PowerMeterConfig } from "@/types/PowerMeterConfig";
export default defineComponent({
components: {
BasePage,
BootstrapAlert,
CardElement,
InputElement,
// BIconInfoCircle,
InputElement
},
data() {
return {
Expand Down Expand Up @@ -229,15 +227,6 @@ export default defineComponent({
this.powerMeterConfigList = data;
this.dataLoading = false;
// type MyType = {
// id: number;
// name: string;
// }
// type MyGroupType = {
// [key:string]: MyType;
// }
for (var i = 0; i < this.powerMeterConfigList.http_phases.length; i++) {
this.testHttpRequestAlert.push({
message: "",
Expand Down

0 comments on commit 74dcdda

Please sign in to comment.