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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 6m54s
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user