Browse Source

fix acquire on front page not allowing stat inputs.

master 0.1.17
Gisle Aune 2 years ago
parent
commit
fd5d732851
  1. 2
      frontend/src/lib/modals/ItemAcquireModal.svelte

2
frontend/src/lib/modals/ItemAcquireModal.svelte

@ -96,7 +96,7 @@
<label for="description">Description</label>
<textarea name="description" bind:value={item.description} />
<label for="stats">Stats</label>
<StatInput showAcquired hideUnseen noToggle bind:value={item.stats} />
<StatInput overrideScopeId={scopeId} showAcquired hideUnseen noToggle bind:value={item.stats} />
</ModalBody>
</Modal>
</form>
Loading…
Cancel
Save