mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated README.
This commit is contained in:
parent
e735a1c50d
commit
5b2628172b
2 changed files with 6 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ 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