Skip to content

Commit 1932936

Browse files
committed
Refactor to share util
1 parent a985482 commit 1932936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/internal/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function exportRows(type: EXPORT_TYPES, exportParams: Record<string, any>
296296
throw new Error('Unknown export type: ' + type);
297297
}
298298

299-
form.append("formDataEncoded", "true");
299+
form.append('formDataEncoded', 'true');
300300
Ajax.request({
301301
url: buildURL(controller, action, undefined, { container: containerPath, returnUrl: false }),
302302
method: 'POST',

0 commit comments

Comments
 (0)