Skip to content

Commit ddec0f3

Browse files
committed
refactor: remove className prop from IssueTitleInput component
Eliminated the optional className prop from the IssueTitleInputProps interface to streamline the component's API and improve consistency across the application.
1 parent eae4153 commit ddec0f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/core/components/issues/title-input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export type IssueTitleInputProps = {
2525
issueOperations: TIssueOperations;
2626
projectId: string;
2727
issueId: string;
28-
className?: string;
2928
containerClassName?: string;
3029
};
3130

0 commit comments

Comments
 (0)