mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
fix: last eslint errors
This commit is contained in:
@ -97,16 +97,7 @@ import {
|
||||
TransitionChild,
|
||||
TransitionRoot,
|
||||
} from "@headlessui/vue";
|
||||
import {
|
||||
Bars3Icon,
|
||||
CalendarIcon,
|
||||
ChartPieIcon,
|
||||
DocumentDuplicateIcon,
|
||||
FolderIcon,
|
||||
HomeIcon,
|
||||
UsersIcon,
|
||||
XMarkIcon,
|
||||
} from "@heroicons/vue/24/outline";
|
||||
import { Bars3Icon, XMarkIcon } from "@heroicons/vue/24/outline";
|
||||
|
||||
const router = useRouter();
|
||||
const sidebarOpen = ref(false);
|
||||
|
||||
@ -94,6 +94,7 @@
|
||||
import { CheckIcon } from "@heroicons/vue/24/outline";
|
||||
import { DateTime } from "luxon";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore pending https://github.com/nitrojs/nitro/issues/2758
|
||||
const clients = ref(await $dropFetch("/api/v1/user/client"));
|
||||
|
||||
@ -114,7 +115,7 @@ function revokeClientWrapper(id: string) {
|
||||
title: "Failed to revoke client",
|
||||
description: `Failed to revoke client: ${e}`,
|
||||
},
|
||||
(_, c) => c()
|
||||
(_, c) => c(),
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
<template></template>
|
||||
<template><div></div></template>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
@ -1 +1 @@
|
||||
<template></template>
|
||||
<template><div></div></template>
|
||||
|
||||
Reference in New Issue
Block a user