refactor: change null to undefined

This commit is contained in:
2026-02-04 12:50:38 +05:00
parent 2797fea079
commit dfa6c40743
21 changed files with 89 additions and 112 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface ImageCropResult {
export interface UIState {
isLoading: boolean;
error: string | null;
error: string | undefined;
currentStep: "upload" | "crop" | "text" | "preview";
showCropModal: boolean;
showTextManager: boolean;