mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-09 13:47:13 +02:00
fix: ts check
This commit is contained in:
parent
a36271ab9b
commit
87d509c6bd
@ -197,7 +197,7 @@ describe('legal values', () => {
|
||||
|
||||
result.current.updateConstraint({
|
||||
type: 'set context field',
|
||||
payload: 'field-without-legal-values',
|
||||
payload: { name: 'field-without-legal-values' },
|
||||
});
|
||||
|
||||
await waitFor(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user