Remove unused stuff

This commit is contained in:
Fang-Pen Lin
2025-11-10 17:00:55 -08:00
parent ce6727460f
commit 2767ff5c2d

View File

@@ -31,7 +31,7 @@ export const CertificateProfilesTab = () => {
const [selectedProfile, setSelectedProfile] = useState<TCertificateProfileWithDetails | null>(
null
);
const { popUp, handlePopUpOpen, handlePopUpClose, handlePopUpToggle } = usePopUp([
const { popUp, handlePopUpOpen, handlePopUpToggle } = usePopUp([
"enrollmentOptions",
"upgradePlan"
] as const);