diff --git a/app/javascript/vue/storage_locations/modals/assign.vue b/app/javascript/vue/storage_locations/modals/assign.vue index 5cf58e9da..86a7af71c 100644 --- a/app/javascript/vue/storage_locations/modals/assign.vue +++ b/app/javascript/vue/storage_locations/modals/assign.vue @@ -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({