aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/mutators
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/mutators')
0 files changed, 0 insertions, 0 deletions
<div class="toolbar" toolbar>
  <div class="toggle-edition">
    <input
      type="checkbox"
      name="edition-mode"
      id="edition-mode"
      class="toggle-edition__checkbox"
      [checked]="isEditionEnabled"
      (click)="toggleEdition()"
    />
    <label for="edition-mode" class="toggle-edition__label">{{
      toggleLabel
    }}</label>
  </div>
  <button *ngIf="shouldDisplaySave()" class="btn" (click)="saveRecipe()">
    Save
  </button>
</div>