mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 21:45:36 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
# Conflicts: # src/components/metrics/ReferrersTable.tsx
This commit is contained in:
commit
274d654833
17 changed files with 137 additions and 137 deletions
|
|
@ -25,7 +25,7 @@ export function FieldSelectForm({
|
|||
};
|
||||
|
||||
return (
|
||||
<Column width="300px" gap="6">
|
||||
<Column gap="6">
|
||||
<List value={selected} onChange={handleChange} selectionMode="multiple">
|
||||
{fields.map(({ name, label }) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue