Skip to content

Commit

Permalink
RESTService set active at true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugh committed Mar 28, 2024
1 parent 8204fc2 commit 8e65eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/components/RESTServices/RESTServicesForm.es6
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class RESTServicesForm extends React.Component {
EXPORT_TYPES.json,
EXPORT_TYPES.xml
],
isActive: false,
isActive: true,
onEvent : {
onSubmit: true,
onEdit: false,
Expand Down

0 comments on commit 8e65eef

Please sign in to comment.