mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
add auth-code
This commit is contained in:
parent
f5ec637cfa
commit
f9fd938863
6 changed files with 93 additions and 16 deletions
|
|
@ -23,8 +23,6 @@ export default function DashboardEdit({ websites }) {
|
|||
|
||||
const ordered = useMemo(() => sortArrayByMap(websites, order, 'website_id'), [websites, order]);
|
||||
|
||||
console.log({ order, ordered });
|
||||
|
||||
function handleWebsiteDrag({ destination, source }) {
|
||||
if (!destination || destination.index === source.index) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue