Skip to content

Commit

Permalink
Merge branch 'main' into jeffdaley/explore-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Sep 18, 2023
2 parents 66fc9fe + df5cce8 commit e4206e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/app/components/custom-editable-field.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="editable-field-container" ...attributes>
{{#if this.typeIsString}}

<EditableField
data-test-custom-string-field
@value={{get @document @field}}
Expand All @@ -19,7 +18,6 @@
{{/if}}
</:default>
</EditableField>

{{else if this.typeIsPeople}}
<EditableField
data-test-custom-people-field
Expand Down

0 comments on commit e4206e1

Please sign in to comment.