ordered removed in list page

This commit is contained in:
Venba 2024-02-05 11:38:45 +05:30
parent 3008a7d4f8
commit 68ad81da0d

View File

@ -289,7 +289,7 @@
<div>
<nb-select selected="" placeholder="Change Status" clearable style="width: 100% !important;" [(ngModel)]="selectStatus" >
<!-- <nb-option value="">Change Status</nb-option> -->
<nb-option value="ordered" >Ordered</nb-option>
<!-- <nb-option value="ordered" >Ordered</nb-option> -->
<nb-option value="In Progress" >In Progresss</nb-option>
<nb-option value="Out For Delivery" >Out For Delivery</nb-option>