DB change for SAAS editor UI component (#4268)

This commit is contained in:
Nidhi 2021-05-04 00:05:48 +05:30 committed by GitHub
parent 8596f51921
commit e855123542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2113,7 +2113,7 @@ public class DatabaseChangelog {
plugin.setName("Google Sheets");
plugin.setType(PluginType.SAAS);
plugin.setPackageName("google-sheets-plugin");
plugin.setUiComponent("DbEditorForm");
plugin.setUiComponent("SaaSEditorForm");
plugin.setDatasourceComponent("OAuth2DatasourceForm");
plugin.setResponseType(Plugin.ResponseType.JSON);
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/GoogleSheets.svg");