Match intended case for settings
parent
88115b4f46
commit
60c6e23b94
|
@ -16,5 +16,5 @@ limitations under the License.
|
||||||
|
|
||||||
// see settings.md for documentation on conventions
|
// see settings.md for documentation on conventions
|
||||||
export enum UIFeature {
|
export enum UIFeature {
|
||||||
URLPreviews = "UIFeature.URLPreviews",
|
URLPreviews = "UIFeature.urlPreviews",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue