Skip to content

Commit

Permalink
Added quick reference header, removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Mar 27, 2024
1 parent d69f3e8 commit e646998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default class ZoningDistrictLongDescription extends LayerRecordComponent

@action
setZone(newZone) {
console.log('setting zone', newZone);
this.set('primaryZoneOverride', newZone);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<div class="section">
<h3 class="header-small" style="border-top: 1px hsl(217.5, 6.9565217391%, 69%) solid; padding-top: 1rem; margin-bottom: 0.5rem;">
Quick Reference:
</h3>
<ul class="tabs zd-nav" style={{if this.overflow "overflow-x: scroll;"}}>
{{#each this.zoneMenuItems as |zone|}}
<li class="tabs-title{{if (eq this.primaryzoneCode zone) " is-active"}}">
Expand Down

0 comments on commit e646998

Please sign in to comment.