mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-28 17:04:18 +00:00
update bugs
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
export default {
|
||||
props: {
|
||||
data: {
|
||||
type: String,
|
||||
type: Object,
|
||||
required: false
|
||||
},
|
||||
section: {
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@ Route::get('/warehouse-list', function () {
|
||||
|
||||
Route::get('/unclaimed-packinglist', function () {
|
||||
return view('pages.unclaimed_packinglist');
|
||||
})->name('warehouse.list');
|
||||
})->name('unclaimed-packinglist.list');
|
||||
|
||||
Route::get('/containers', function () {
|
||||
return view('pages.containers');
|
||||
|
||||
Reference in New Issue
Block a user