Remove unused prop on UTM table
parent
7d1f8ea77b
commit
8d5c9c9711
|
@ -40,7 +40,6 @@ export default function UTMTable({ websiteId, showFilters, ...props }) {
|
||||||
type={type}
|
type={type}
|
||||||
metric={formatMessage(messages.views)}
|
metric={formatMessage(messages.views)}
|
||||||
websiteId={websiteId}
|
websiteId={websiteId}
|
||||||
updateOnTypeChange
|
|
||||||
delay={0}
|
delay={0}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue