diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java index f2c52abf25..c819b93b0c 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/newactions/base/NewActionServiceCEImpl.java @@ -286,7 +286,7 @@ public class NewActionServiceCEImpl extends BaseService validateCreatorId(ActionDTO action) { if (action.getPageId() == null || action.getPageId().isBlank()) { throw new AppsmithException(AppsmithError.INVALID_PARAMETER, FieldName.PAGE_ID);