Added JSON as a supported type in Storage Manager.

This commit is contained in:
Akshay Joshi 2022-02-01 16:18:32 +05:30
parent fddcbbff67
commit c2d9219add

View File

@ -63,7 +63,7 @@ define([
callback_storage_manager: function (path) {
var params = {
supported_types: ['sql', 'csv', '*'],
supported_types: ['sql', 'csv', 'json', '*'],
dialog_type: 'storage_dialog',
dialog_title: 'Storage Manager',
btn_primary: undefined,