Skip to content

Commit

Permalink
Merge pull request #4221 from mikhailprivalov/fix-eslint-warnings
Browse files Browse the repository at this point in the history
eslint-fixs
  • Loading branch information
urchinpro authored Aug 26, 2024
2 parents 4dd3bb0 + 41c8570 commit c994c62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion l2-frontend/src/components/UploadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
// todo - slot на вывод результата, для удобного вывода каждому)
// todo - дефолтный вывод результата - таблица, строчка
import {
computed,
getCurrentInstance, onMounted, PropType, ref, watch,
} from 'vue';
import Treeselect from '@riophae/vue-treeselect';
Expand Down
3 changes: 0 additions & 3 deletions l2-frontend/src/construct/FractionsGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,8 @@ import ColorTitled from '@/ui-cards/ColorTitled.vue';
import { tubeData } from '@/construct/ResearchDetail.vue';
import api from '@/api';
import TippyTreeselect from '@/construct/TippyTreeselect.vue';
import * as actions from '@/store/action-types';
import { useStore } from '@/store';
const root = getCurrentInstance().proxy.$root;
const store = useStore();
const props = defineProps({
tube: {
Expand Down
1 change: 0 additions & 1 deletion l2-frontend/src/ui-cards/BiomaterialHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<script lang="ts">
import Vue from 'vue';
import Component from 'vue-class-component';
import moment from 'moment/moment';
import ColorTitled from '@/ui-cards/ColorTitled.vue';
import JournalGetMaterial from '@/modals/JournalGetMaterial.vue';
Expand Down

0 comments on commit c994c62

Please sign in to comment.