Skip to content

Commit 845f84e

Browse files
committed
+changelog-ignore: fix: FE build
1 parent f579c82 commit 845f84e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/jcdcdev.Umbraco.ReadingTime.Client/src/editors/manifest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ const editors: Array<ManifestPropertyEditorUi> = [
1616
properties: [
1717
{
1818
alias: "wpm",
19-
name: "Words per minute",
19+
label: "Words per minute",
2020
description: "The average number of words per minute a person can read (studies suggest 150-250)",
2121
propertyEditorUiAlias: "Umb.PropertyEditorUi.Integer"
2222
},
2323
{
2424
alias: "minUnit",
25-
name: "Minimum unit",
25+
label: "Minimum unit",
2626
description: "The minimum unit of time to display (e.g. seconds, minutes, hours)",
2727
propertyEditorUiAlias: "Umb.PropertyEditorUi.Dropdown",
2828
config: [
@@ -39,7 +39,7 @@ const editors: Array<ManifestPropertyEditorUi> = [
3939
},
4040
{
4141
alias: "maxUnit",
42-
name: "Maximum unit",
42+
label: "Maximum unit",
4343
description: "The maximum unit of time to display (e.g. seconds, minutes, hours)",
4444
propertyEditorUiAlias: "Umb.PropertyEditorUi.Dropdown",
4545
config: [
@@ -56,7 +56,7 @@ const editors: Array<ManifestPropertyEditorUi> = [
5656
},
5757
{
5858
alias: "hideVariationWarning",
59-
name: "Hide variation warning",
59+
label: "Hide variation warning",
6060
description: "Hides the warning shown when a content type varies by culture but the data type is invariant",
6161
propertyEditorUiAlias: "Umb.PropertyEditorUi.Toggle"
6262
}

src/jcdcdev.Umbraco.ReadingTime.Client/src/editors/reading-time.editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export default class ReadingTimePropertyEditorUi extends UmbElementMixin(LitElem
125125
}
126126

127127
renderVariationAlert() {
128-
debugger
129128
if (this.hideVariationWarning || this.culture) {
130129
return nothing;
131130
}

0 commit comments

Comments
 (0)