fix(dashboard): rules form operator change (#13324)

**What**
- fix condition rules form sometimes rendering multi and single selects unrelated to the attribute operator selected
- reset rule value when operator is changed
- disable selecting rule values untill operator is selected
- translate labels
This commit is contained in:
Frane Polić
2025-08-29 15:53:00 +00:00
committed by GitHub
parent c603540562
commit f53f027ce6
4 changed files with 43 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): rules form operator change