[Maintenance] Remove left behind editableTitle prop (#2586)

* Remove left behind editableTitle prop

* Release notes
This commit is contained in:
Joel Jeremy Marquez
2024-04-11 14:53:49 -07:00
committed by GitHub
parent 70e37c0119
commit b87951855b
2 changed files with 6 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ export type ModalProps = {
leftHeaderContent?: ReactNode;
CloseButton?: ComponentType<ComponentPropsWithRef<typeof ModalCloseButton>>;
showTitle?: boolean;
editableTitle?: boolean;
showOverlay?: boolean;
loading?: boolean;
noAnimation?: boolean;

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [joel-jeremy]
---
Remove left behind editableTitle prop.