fix: mark truncateTitle as optional
This commit is contained in:
@@ -20,7 +20,7 @@ type DialogProps = {
|
||||
formValues: FormValue[];
|
||||
setLoading: (loading: boolean) => void;
|
||||
icon: React.ReactNode;
|
||||
truncateTitle: boolean;
|
||||
truncateTitle?: boolean;
|
||||
};
|
||||
|
||||
export function Dialog({
|
||||
|
||||
Reference in New Issue
Block a user