make fields disabled in loading state in gallery

This commit is contained in:
Bruno Windels 2020-08-12 11:52:18 +02:00
parent be9e476874
commit d7c1dc8a38
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
<script id="main" type="module">
import {LoginView} from "./login/LoginView.js";
const view = new LoginView(vm({
isBusy: true,
loadViewModel: vm({
loadLabel: "Doing something important...",
loading: true,