From ca00e01057a3a58c6def881c81e94ecff44d071e Mon Sep 17 00:00:00 2001 From: Nils Jacobsen Date: Thu, 11 Apr 2024 14:24:49 +0200 Subject: [PATCH] remove value as it leads to problems in sherlock --- .../stories/input-fields/object/lint-rule-level-object-input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/inlang/source-code/settings-component/src/stories/input-fields/object/lint-rule-level-object-input.ts b/inlang/source-code/settings-component/src/stories/input-fields/object/lint-rule-level-object-input.ts index 2efcfe78fc..66da6e50c9 100644 --- a/inlang/source-code/settings-component/src/stories/input-fields/object/lint-rule-level-object-input.ts +++ b/inlang/source-code/settings-component/src/stories/input-fields/object/lint-rule-level-object-input.ts @@ -139,7 +139,6 @@ export class LintRuleLevelObjectInput extends LitElement {
${this.modules && - this.value && this.modules.map((module) => { return module.id.split(".")[0] !== "plugin" ? html`