mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
[Maintenance] Remove left behind editableTitle prop (#2586)
* Remove left behind editableTitle prop * Release notes
This commit is contained in:
committed by
GitHub
parent
70e37c0119
commit
b87951855b
@@ -35,7 +35,6 @@ export type ModalProps = {
|
||||
leftHeaderContent?: ReactNode;
|
||||
CloseButton?: ComponentType<ComponentPropsWithRef<typeof ModalCloseButton>>;
|
||||
showTitle?: boolean;
|
||||
editableTitle?: boolean;
|
||||
showOverlay?: boolean;
|
||||
loading?: boolean;
|
||||
noAnimation?: boolean;
|
||||
|
||||
6
upcoming-release-notes/2586.md
Normal file
6
upcoming-release-notes/2586.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
Remove left behind editableTitle prop.
|
||||
Reference in New Issue
Block a user