feat(ui) - cards - button name
This commit is contained in:
parent
386df089f3
commit
38e5003114
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ function WidgetForm(props: Props) {
|
|||
disabled={!cannotSaveFunnel}
|
||||
>
|
||||
<Button variant="primary" onClick={onSave} disabled={isSaving || cannotSaveFunnel}>
|
||||
{metric.exists() ? 'Update' : 'Create'}
|
||||
{metric.exists() ? 'Update' : (parseInt(dashboardId) > 0 ? 'Create & Add to Dashboard' : 'Create')}
|
||||
</Button>
|
||||
</Tooltip>
|
||||
<div className="flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue