mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 16:07:10 +00:00
feat: added button loader for apply-all
This commit is contained in:
parent
8e78003f12
commit
32c300c2d2
@ -328,6 +328,7 @@ function VariablesSetting({
|
|||||||
onVariableSaveHandler(variableViewMode || 'EDIT', variable, true)
|
onVariableSaveHandler(variableViewMode || 'EDIT', variable, true)
|
||||||
}
|
}
|
||||||
className="apply-to-all-button"
|
className="apply-to-all-button"
|
||||||
|
loading={updateMutation.isLoading}
|
||||||
>
|
>
|
||||||
<Typography.Text>Apply to all</Typography.Text>
|
<Typography.Text>Apply to all</Typography.Text>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user