oss-wec / wisdm

Wildlife information system for data management
1 stars 1 forks source link

Dynamic elements: can't delete if only 1 element #8

Closed kissmygritts closed 7 years ago

kissmygritts commented 7 years ago

Don't allow the user to delete a dynamic element if there is only one Probably looks something like this:

<span class="delete" v-show="data.length > 0"></span>
kissmygritts commented 7 years ago

Why though? I can't remember why I thought this would be important. Close for now.