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:
Jonathan Druart 2023-03-17 15:38:06 +01:00 committed by Tomas Cohen Arazi
parent f2b9a44b71
commit 674585850e
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
6 changed files with 2 additions and 14 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -6,7 +6,6 @@
<script>
import { inject, ref } from "vue"
import { useDataTable } from "../../composables/datatables"
import KohaTable from "../KohaTable.vue"
export default {

View file

@ -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 {

View file

@ -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 {