diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java index d832a74012..b214257337 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java @@ -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");