This commit is contained in:
Faris Armoush
2025-04-17 16:55:44 +03:00
parent a8430a7d3d
commit e45f57ca03
6 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@ class CpsDialogSliderSelector extends StatelessWidget {
functionCode: selectedFunction,
operationName: operationName,
condition: condition,
value: selectedFunctionData.value,
value: selectedFunctionData.value ?? 0,
),
),
),