From deb1b95af4b59317afffdfa6a2bf3c859d21dacf Mon Sep 17 00:00:00 2001 From: Da Cheng Date: Tue, 21 Nov 2023 11:18:20 +0800 Subject: [PATCH] Fix create scratch org under api version 58.0 --- config/project-scratch-def.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json index be5ca61..b581bcc 100644 --- a/config/project-scratch-def.json +++ b/config/project-scratch-def.json @@ -2,9 +2,5 @@ "orgName": "johndaniel Company", "edition": "Developer", "features": [], - "settings": { - "orgPreferenceSettings": { - "s1DesktopEnabled": true - } - } + "settings": {} }