Skip to content

Commit 4e894ef

Browse files
committed
fixed issue with search.js
1 parent 2d05209 commit 4e894ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/main/java/com/docusign/core/model/manifestModels/SupportingTexts.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public class SupportingTexts {
3434

3535
public String CFRError;
3636

37-
public String ContactSupportToEnableFeature;
38-
3937
public LoginPage LoginPage;
4038

4139
public SelectAPIPage SelectAPIPage;

src/main/resources/public/assets/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ROOMS: 'rooms',
77
ADMIN: 'admin',
88
CONNECT: 'connect',
9-
MAESTRO: "maestro"
9+
MAESTRO: "maestro",
1010
CONNECT: 'connect',
1111
WEBFORMS: 'webforms'
1212
};

0 commit comments

Comments
 (0)