fixed showing FK hint in form view

This commit is contained in:
Jan Prochazka
2021-04-18 11:49:23 +02:00
parent 49f8fb71e4
commit cef6b8520e
5 changed files with 6 additions and 5 deletions

View File

@@ -21,5 +21,5 @@
{#if $settings}
<Screen />
{:else}
<LoadingInfo message="Loading settings..." />
<LoadingInfo message="Loading settings..." wrapper />
{/if}