Step 8.5: Move right panel context
This commit is contained in:
parent
fe032ed942
commit
66401c844f
5 changed files with 23 additions and 4 deletions
|
@ -22,8 +22,8 @@ import { _t } from "../../../languageHandler";
|
|||
import AccessibleButton, { ButtonEvent } from "../elements/AccessibleButton";
|
||||
import RightPanelStore from '../../../stores/right-panel/RightPanelStore';
|
||||
import { backLabelForPhase } from '../../../stores/right-panel/RightPanelStorePhases';
|
||||
import { CardContext } from './context';
|
||||
|
||||
export const CardContext = React.createContext({ isCard: false });
|
||||
interface IProps {
|
||||
header?: ReactNode;
|
||||
footer?: ReactNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue