Fix tab indicator for formdata

This commit is contained in:
Ankit Mahato
2024-03-16 05:18:00 +05:30
parent 21dfa85e8e
commit 0b669390ff
6 changed files with 16 additions and 13 deletions

View File

@ -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);