Skip to content

Commit

Permalink
Cobbler-Frontend: Continue Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Nov 8, 2024
1 parent ebd0a17 commit 0643d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="title title-cell-text">Name: {{ name }}</h1>
<input matInput type="number" formControlName="depth" />
</mat-form-field>
<mat-checkbox class="form-field-full-width" formControlName="is_subobject"
>Is Subobject?</mat-checkbox
>Is Subobject?</mat-checkbox
>
</form>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="title title-cell-text">Name: {{ name }}</h1>
<input matInput type="number" formControlName="depth" />
</mat-form-field>
<mat-checkbox class="form-field-full-width" formControlName="is_subobject"
>Is Subobject?</mat-checkbox
>Is Subobject?</mat-checkbox
>
</form>

Expand Down

0 comments on commit 0643d56

Please sign in to comment.