mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 19:43:58 +00:00
Fixing Tabs for Ent (#909)
Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
parent
bc7776cbd3
commit
17f7879cff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@up9/mizu-common",
|
"name": "@up9/mizu-common",
|
||||||
"version": "1.0.131",
|
"version": "1.0.132",
|
||||||
"description": "Made with create-react-library",
|
"description": "Made with create-react-library",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -15,7 +15,7 @@ interface Props {
|
|||||||
classes?: any,
|
classes?: any,
|
||||||
tabs: Tab[],
|
tabs: Tab[],
|
||||||
currentTab: string,
|
currentTab: string,
|
||||||
color: string,
|
color?: string,
|
||||||
onChange: (string) => void,
|
onChange: (string) => void,
|
||||||
leftAligned?: boolean,
|
leftAligned?: boolean,
|
||||||
dark?: boolean,
|
dark?: boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user