mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
chore(deps): upgrade build-tools [EE-5117] (#8577)
This commit is contained in:
parent
5f3c0ff835
commit
077046030d
12 changed files with 2106 additions and 1598 deletions
|
@ -10,7 +10,6 @@ import { insightStore } from './insights-store';
|
|||
export type Props = {
|
||||
header?: string;
|
||||
content?: ReactNode;
|
||||
setHtmlContent?: boolean;
|
||||
insightCloseId?: string; // set if you want to be able to close the box and not show it again
|
||||
type?: 'default' | 'slim';
|
||||
className?: string;
|
||||
|
|
|
@ -40,8 +40,9 @@ export function DifferentTheme() {
|
|||
{themes.map((theme) => (
|
||||
<td
|
||||
key={theme}
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment,
|
||||
// @ts-ignore
|
||||
// eslint-disable-next-line react/no-unknown-property
|
||||
theme={theme}
|
||||
className="p-5"
|
||||
style={{ background: 'var(--bg-body-color)' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue