mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
add relational migrations. update event_key references to data_key
This commit is contained in:
parent
cc834083d9
commit
7381254cc2
10 changed files with 73 additions and 33 deletions
|
|
@ -75,8 +75,8 @@ export function EventDataParameters() {
|
|||
{(close: () => void) => {
|
||||
return (
|
||||
<FieldAddForm
|
||||
fields={data.map(({ eventKey, eventDataType }) => ({
|
||||
name: eventKey,
|
||||
fields={data.map(({ dataKey, eventDataType }) => ({
|
||||
name: dataKey,
|
||||
type: DATA_TYPES[eventDataType],
|
||||
}))}
|
||||
group={group}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue