mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
correct optimal flag
This commit is contained in:
@@ -9,7 +9,7 @@ type Props = {
|
||||
footer?: any,
|
||||
active: boolean,
|
||||
className?: string,
|
||||
headColor?: string
|
||||
headColor: string
|
||||
};
|
||||
|
||||
class Modal extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user