Skip to content

Commit

Permalink
[Fix][Connector] Fix connector error
Browse files Browse the repository at this point in the history
  • Loading branch information
zixi0825 authored Jan 14, 2025
1 parent 5261a56 commit fd024f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected InputParam getInputParam(String field, String title, String placeholde

protected List<PluginParams> getOtherParams(boolean isEn) {

return null;
return new ArrayList<>();
}

}

0 comments on commit fd024f4

Please sign in to comment.