mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Updated share token logic. Closes #1113.
This commit is contained in:
parent
b5de6b997e
commit
e735a1c50d
12 changed files with 44 additions and 42 deletions
|
|
@ -6,6 +6,7 @@ const selector = state => state.shareToken;
|
|||
|
||||
export default function useShareToken(shareId) {
|
||||
const shareToken = useStore(selector);
|
||||
console.log({ shareToken });
|
||||
const { get } = useApi();
|
||||
|
||||
async function loadToken(id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue