Skip to content

Commit

Permalink
Merge pull request #73 from oarepo/krist/editable-field-default-value
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
mesemus authored Oct 18, 2024
2 parents d0d0971 + 33656fb commit fab161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ui/test_ui_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_form_config(app, client, record_ui_resource, fake_manifest):
},
"request_type_properties": {
"dangerous": False,
"editable": True,
"editable": False,
"has_form": True,
},
}

0 comments on commit fab161e

Please sign in to comment.