Merge pull request #7958 from aignatov-bio/ai-sci-11175-fix-validation-for-non-grid-box

Remove position validation for non grid box [SCI-11175]
This commit is contained in:
aignatov-bio 2024-10-10 14:56:58 +02:00 committed by GitHub
commit bff0ddc496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ export default {
mixins: [modalMixin],
computed: {
validObject() {
return this.rowId && this.containerId && this.containerId > 0 && this.position;
return this.rowId && this.containerId && this.containerId > 0;
},
createUrl() {
return storage_location_storage_location_repository_rows_path({