mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fix delete metric button
This commit is contained in:
parent
19d575cc30
commit
3ad64b2042
|
@ -43,18 +43,7 @@ function onDeleteMetric(metric: Partial<TestMetricRecord>) {
|
|||
:placeholder="locale.baseText('testDefinition.edit.metricsPlaceholder')"
|
||||
@update:model-value="(value: string) => updateMetric(index, value)"
|
||||
/>
|
||||
<n8n-icon-button
|
||||
:class="{ [$style.sendButton]: true }"
|
||||
icon="trash"
|
||||
type="text"
|
||||
@click="onDeleteMetric(metric)"
|
||||
/>
|
||||
<!-- <n8n-button
|
||||
type="tertiary"
|
||||
:label="locale.baseText('testDefinition.edit.deleteMetric')"
|
||||
:class="$style.newMetricButton"
|
||||
@click="onDeleteMetric(metric)"
|
||||
/> -->
|
||||
<n8n-icon-button icon="trash" type="text" @click="onDeleteMetric(metric)" />
|
||||
</div>
|
||||
<n8n-button
|
||||
type="tertiary"
|
||||
|
|
Loading…
Reference in a new issue