mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
finish CH query and clean up objects
This commit is contained in:
parent
15575d7783
commit
bf507037c7
4 changed files with 109 additions and 152 deletions
|
|
@ -29,7 +29,6 @@ export function RetentionParameters() {
|
|||
return (
|
||||
<Form ref={ref} values={parameters} onSubmit={handleSubmit} preventSubmit={true}>
|
||||
<BaseParameters />
|
||||
<FormRow label={formatMessage(labels.window)} />
|
||||
<FormButtons>
|
||||
<SubmitButton variant="primary" disabled={queryDisabled} loading={isRunning}>
|
||||
{formatMessage(labels.runQuery)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue