Skip to content

Commit

Permalink
Revert "Merge branch 'fix/adjust-fallback-widget-type' into alpha"
Browse files Browse the repository at this point in the history
This reverts commit ad515d9, reversing
changes made to d3f7936.
  • Loading branch information
mguellsegarra committed Oct 28, 2024
1 parent 95894cf commit 628bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/Form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5975,7 +5975,7 @@ describe("A Form", () => {
const field_char = form.findById("field_char");
expect(field_char!.domain!).toBe("[('value', '=', 'form')]");
});
it("a field with no supported type should fallback to field generic widget", () => {
it.only("a field with no supported type should fallback to field generic widget", () => {
const fields = {
field_char: {
digits: [16, 2],
Expand Down

0 comments on commit 628bb82

Please sign in to comment.