mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
kebabify additional controls when advanced search is displayed
This commit is contained in:
committed by
John Mitchell
parent
0adb9cfd45
commit
8f04026404
@@ -0,0 +1,8 @@
|
||||
import React, { useContext } from 'react';
|
||||
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export const KebabifiedContext = React.createContext({});
|
||||
|
||||
export const KebabifiedProvider = KebabifiedContext.Provider;
|
||||
export const Kebabified = KebabifiedContext.Consumer;
|
||||
export const useKebabified = () => useContext(KebabifiedContext);
|
||||
Reference in New Issue
Block a user