adding and removing teams works
This commit is contained in:
parent
952b3f6c4e
commit
cf4e3fbe1f
7 changed files with 46 additions and 19 deletions
|
|
@ -124,7 +124,7 @@ export const BinAPIContext = createContext<IBinAPIContext>({} as IBinAPIContext)
|
|||
|
||||
interface Props {}
|
||||
|
||||
export default function DeviceProvider(props: PropsWithChildren<Props>) {
|
||||
export default function BinProvider(props: PropsWithChildren<Props>) {
|
||||
const { children } = props;
|
||||
const { get, post, put, del } = useHTTP();
|
||||
const permissionAPI = usePermissionAPI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue