Added warning if no names have been assigned to an observation.
This commit is contained in:
parent
474fbe18da
commit
2834010c3b
@ -135,6 +135,7 @@
|
||||
title="Enter password to confirm submission"
|
||||
@ok="handleOk"
|
||||
@shown="clearPassword">
|
||||
<b-alert v-if="persons.length === 0" variant="warning" show>No individual names assigned to this observation.</b-alert>
|
||||
<form @submit.stop.prevent="handleSubmit">
|
||||
<b-form-input type="password"
|
||||
placeholder="Enter password"
|
||||
|
Loading…
Reference in New Issue
Block a user