mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Filtering via FilterBar.
This commit is contained in:
parent
da173779e0
commit
0a43ef7b1b
9 changed files with 83 additions and 26 deletions
|
|
@ -3,10 +3,7 @@ import { useApi } from '../useApi';
|
|||
|
||||
const selector = (state: { user: any }) => state.user;
|
||||
|
||||
export function useLoginQuery(): {
|
||||
user: any;
|
||||
setUser: (data: any) => void;
|
||||
} {
|
||||
export function useLoginQuery() {
|
||||
const { post, useQuery } = useApi();
|
||||
const user = useApp(selector);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue