refactor: remove fields associated with pagination

Fix lint errors
This commit is contained in:
jamesgeorge007
2024-02-19 10:14:29 +05:30
parent f4ea999d2d
commit cd23bb63c1
5 changed files with 27 additions and 51 deletions

View File

@@ -30,7 +30,7 @@
import { useService } from "dioc/vue"
import { ref } from "vue"
import { useI18n } from "~/composables/i18n"
import { Picked } from "~/helpers/types/HoppPicked";
import { Picked } from "~/helpers/types/HoppPicked"
import { NewWorkspaceService } from "~/services/new-workspace"
defineProps<{