Skip to content

Commit

Permalink
Add exception for matterbridge integration code
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini authored and nickvergessen committed Jun 17, 2021
1 parent a575b86 commit da3d3e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
v-for="(field, key) in displayedFields"
:key="key"
class="field">
<!-- TODO: do not mutate prop `part` directly -->
<!-- eslint-disable -->
<div v-if="field.type === 'checkbox'" class="checkbox-container">
<input
:id="key + '-' + num"
Expand All @@ -85,6 +87,7 @@
:readonly="readonly || !editing"
@focus="readonly = false">
</div>
<!-- eslint-enable -->
</div>
</div>
</template>
Expand Down

0 comments on commit da3d3e3

Please sign in to comment.