Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -237,7 +237,7 @@ export function ModalPage({
|
|||
);
|
||||
}
|
||||
|
||||
Modal.ButtonFooter = function ButtonFooter({
|
||||
function ButtonFooter({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: ReactNode;
|
||||
|
@ -257,7 +257,8 @@ Modal.ButtonFooter = function ButtonFooter({
|
|||
{children}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
}
|
||||
Modal.ButtonFooter = ButtonFooter;
|
||||
|
||||
type PagedModalProps = Readonly<{
|
||||
modalName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue