Skip to content

Commit

Permalink
apply formio carbon theme in form view model
Browse files Browse the repository at this point in the history
  • Loading branch information
mbritense committed Nov 11, 2024
1 parent 7412b30 commit 757f004
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
-->

<div
class="form-container"
class="form-container formio-carbon"
*ngIf="{
submission: submission$ | async,
form: form$ | async,
tokenSetInLocalStorage: tokenSetInLocalStorage$ | async,
formioOptions: formioOptions$ | async,
loading: loading$ | async
loading: loading$ | async,
} as obs"
>
<div *ngIf="obs.loading" class="overlay">
Expand Down

0 comments on commit 757f004

Please sign in to comment.