mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 01:06:46 +08:00
Fix tab indicator for formdata
This commit is contained in:
@ -116,7 +116,7 @@ body = b'\r\n'.join(dataList)
|
||||
}
|
||||
}
|
||||
|
||||
if (requestModel.hasData) {
|
||||
if (requestModel.hasBody) {
|
||||
hasBody = true;
|
||||
if (requestModel.hasJsonData || requestModel.hasTextData) {
|
||||
var templateBody = jj.Template(kTemplateBody);
|
||||
|
Reference in New Issue
Block a user