feat: added button loader for apply-all

This commit is contained in:
SagarRajput-7 2025-05-19 03:49:57 +05:30
parent 8e78003f12
commit 32c300c2d2

View File

@ -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>