mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
Move result chip to legacy file
This commit is contained in:
parent
88d59f41b7
commit
8f9a6d60d1
@ -8,7 +8,7 @@ import {
|
||||
useTheme,
|
||||
} from '@mui/material';
|
||||
import { flexRow } from '../../../../../themes/themeStyles';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultsTable/PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultsTable/PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import InfoOutlined from '@mui/icons-material/InfoOutlined';
|
||||
import type React from 'react';
|
||||
import { useState } from 'react';
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { PlaygroundFeatureSchema, PlaygroundRequestSchema } from 'openapi';
|
||||
import { Alert, Typography, useTheme, styled, IconButton } from '@mui/material';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import CloseOutlined from '@mui/icons-material/CloseOutlined';
|
||||
import type React from 'react';
|
||||
import {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { PlaygroundFeatureSchema, PlaygroundRequestSchema } from 'openapi';
|
||||
import { Alert, IconButton, Typography, useTheme, styled } from '@mui/material';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../../PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import CloseOutlined from '@mui/icons-material/CloseOutlined';
|
||||
import type React from 'react';
|
||||
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import type {
|
||||
PlaygroundStrategySchema,
|
||||
PlaygroundRequestSchema,
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { useTheme } from '@mui/material';
|
||||
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../../../../PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import type {
|
||||
PlaygroundStrategySchema,
|
||||
PlaygroundRequestSchema,
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { Box, styled } from '@mui/material';
|
||||
import { PlaygroundResultChip } from '../PlaygroundResultChip/PlaygroundResultChip';
|
||||
import { PlaygroundResultChip } from '../PlaygroundResultChip/LegacyPlaygroundResultChip';
|
||||
import type { PlaygroundFeatureSchema } from 'openapi';
|
||||
|
||||
interface IFeatureStatusCellProps {
|
||||
|
Loading…
Reference in New Issue
Block a user