You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project-fortis-interfaces/src/components/Admin/Streams/StreamConstants.js
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1031,10 +1031,10 @@ const uiSchema = {
1031
1031
"ui:description": <ahref="https://docs.microsoft.com/en-us/azure/cognitive-services/speech/api-reference-rest/websocketprotocol#message-audio"target="_blank"rel="noopener noreferrer">More information on Audio Types</a>
1032
1032
},
1033
1033
cacheEditDistanceThreshold: {
1034
-
"ui:placeholder": 0.0001
1034
+
"ui:placeholder": "0.0001"
1035
1035
},
1036
1036
connectionTimeout: {
1037
-
"ui:placeholder": 3000
1037
+
"ui:placeholder": "3000"
1038
1038
},
1039
1039
consumerKey: {
1040
1040
classNames: "settings secret"
@@ -1044,20 +1044,20 @@ const uiSchema = {
1044
1044
},
1045
1045
instagramLocation: {
1046
1046
lat: {
1047
-
"ui:placeholder": 42.37
1047
+
"ui:placeholder": "42.37"
1048
1048
},
1049
1049
long: {
1050
-
"ui:placeholder": -71.11
1050
+
"ui:placeholder": "-71.11"
1051
1051
}
1052
1052
},
1053
1053
maxDepth: {
1054
-
"ui:placeholder": 1
1054
+
"ui:placeholder": "1"
1055
1055
},
1056
1056
policyKey: {
1057
1057
classNames: "settings secret"
1058
1058
},
1059
1059
pollingPeriod: {
1060
-
"ui:placeholder": 3600
1060
+
"ui:placeholder": "3600"
1061
1061
},
1062
1062
subscriptionKey: {
1063
1063
"ui:description": <ahref="https://docs.microsoft.com/en-us/azure/cognitive-services/speech/how-to/how-to-authentication?tabs=Powershell#use-a-subscription-key"target="_blank"rel="noopener noreferrer">Get a subscription key</a>
@@ -1066,11 +1066,11 @@ const uiSchema = {
1066
1066
"ui:placeholder": "http://"
1067
1067
},
1068
1068
readTimeout: {
1069
-
"ui:placeholder": 9000
1069
+
"ui:placeholder": "9000"
1070
1070
},
1071
1071
searchLimit: {
1072
1072
"ui:description": "The maximum number of items returned from a search",
0 commit comments