File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
src/components/admin/texts Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2+ import {
3+ RouterLink
4+ } from ' vue-router' ;
25 import type {
36 ShallowReadingSessionDto
47 } from ' @/types/dtos/ShallowReadingSessionDto' ;
1518 import {
1619 useSurveyStore
1720 } from ' @/ts/stores/admin' ;
18- import {
19- RouterLink
20- } from ' vue-router' ;
2121
2222 interface Text {
2323 ' sessions' : ShallowReadingSessionDto [];
Original file line number Diff line number Diff line change 1313 computed ,
1414 ref
1515 } from ' vue' ;
16- import {
17- adminBaseRoute
18- } from ' ../adminConfig' ;
19- import router from ' @/ts/router' ;
2016 import {
2117 useNotification
2218 } from ' @kyvg/vue3-notification' ;
146142 index .value ++ ;
147143 };
148144
149- const goToOptions = () => {
150- router .push ( adminBaseRoute + ' texts-options' );
151- };
152-
153145 const annotationsLoadTrigger = () => {
154146 // TODO import
155147 notifications .notify ( {
You can’t perform that action at this time.
0 commit comments