Fixed build warnings
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { ButtonShape, ButtonSizeType, ButtonVariant } from "@/components/button/Button";
|
||||
import Table from "@/components/table/Table";
|
||||
import { ClassGroup } from "@/interface/ClassGroup";
|
||||
import { elementBg } from "@/util/SkeletonUtil";
|
||||
import ClassGroupButtons from "./ClassGroupButtons";
|
||||
|
||||
@@ -50,7 +51,8 @@ function ClassGroupSkeleton(): React.ReactNode[]{
|
||||
disabled: true
|
||||
},
|
||||
showClassGroupModal: () => {},
|
||||
showDeleteClassGroupModal: () => {}
|
||||
showDeleteClassGroupModal: () => {},
|
||||
classGroup: {} as ClassGroup
|
||||
}
|
||||
|
||||
const elements: React.ReactNode[] = [
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { ButtonShape, ButtonSizeType, ButtonVariant } from "@/components/button/Button";
|
||||
import Table from "@/components/table/Table";
|
||||
import { RaidLayout } from "@/interface/RaidLayout";
|
||||
import { elementBg } from "@/util/SkeletonUtil";
|
||||
import RaidLayoutAdminButtons from "./RaidLayoutAdminButtons";
|
||||
|
||||
@@ -60,7 +61,8 @@ function RaidLayoutSkeleton(){
|
||||
disabled: true
|
||||
},
|
||||
showRaidLayoutModal: () => {},
|
||||
showDeleteRaidLayoutModal: () => {}
|
||||
showDeleteRaidLayoutModal: () => {},
|
||||
raidLayout: {} as RaidLayout
|
||||
};
|
||||
|
||||
const elements: React.ReactNode[] = [
|
||||
|
||||
Reference in New Issue
Block a user