diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java index 9b5f395d9f..04780b6a23 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/GitFileUtils.java @@ -357,10 +357,9 @@ public class GitFileUtils { // Don't commit application name as while importing we are using the repoName as application name application.setName(null); application.setPublishedPages(null); - application.setPublishedApplicationDetail(null); - application.setPublishedCustomJSLibs(null); application.setIsPublic(null); application.setSlug(null); + application.setPublishedApplicationDetail(null); } private void removeUnwantedFieldFromAction(NewAction action) {