refactor: update OKR form and edit page to use new CreateKeyResultInput type for improved type safety and clarity
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6m54s

This commit is contained in:
Julien Froidefond
2026-01-07 17:32:27 +01:00
parent 86c26b5af8
commit 47703db348
3 changed files with 20 additions and 20 deletions

View File

@@ -62,8 +62,8 @@ interface QuadrantHelpProps {
category: SwotCategory;
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function QuadrantHelp({ category: _category }: QuadrantHelpProps) {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [isOpen, setIsOpen] = useState(false);
return (