Bug 33066: Remove useless use of useDataTable
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Signed-off-by: Agustín Moyano <agustinmoyano@theke.io> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
f2b9a44b71
commit
674585850e
6 changed files with 2 additions and 14 deletions
|
@ -62,7 +62,6 @@
|
|||
<script>
|
||||
import { inject, ref, reactive } from "vue"
|
||||
import { storeToRefs } from "pinia"
|
||||
import { useDataTable } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
|
@ -68,11 +68,7 @@
|
|||
import { inject, ref, reactive } from "vue"
|
||||
import { storeToRefs } from "pinia"
|
||||
import { APIClient } from "../../fetch/api-client.js"
|
||||
import {
|
||||
useDataTable,
|
||||
build_url_params,
|
||||
build_url,
|
||||
} from "../../composables/datatables"
|
||||
import { build_url_params, build_url } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
|
@ -72,11 +72,7 @@
|
|||
import { inject, ref, reactive } from "vue"
|
||||
import { storeToRefs } from "pinia"
|
||||
import { APIClient } from "../../fetch/api-client.js"
|
||||
import {
|
||||
useDataTable,
|
||||
build_url_params,
|
||||
build_url,
|
||||
} from "../../composables/datatables"
|
||||
import { build_url_params, build_url } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
<script>
|
||||
import { inject, ref } from "vue"
|
||||
import { useDataTable } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
|
@ -28,7 +28,6 @@ import Toolbar from "./EHoldingsLocalPackagesToolbar.vue"
|
|||
import { inject, ref, reactive } from "vue"
|
||||
import { storeToRefs } from "pinia"
|
||||
import { APIClient } from "../../fetch/api-client.js"
|
||||
import { useDataTable } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
|
@ -28,7 +28,6 @@ import Toolbar from "./EHoldingsLocalTitlesToolbar.vue"
|
|||
import { inject, ref, reactive } from "vue"
|
||||
import { storeToRefs } from "pinia"
|
||||
import { APIClient } from "../../fetch/api-client.js"
|
||||
import { useDataTable } from "../../composables/datatables"
|
||||
import KohaTable from "../KohaTable.vue"
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in a new issue