@@ -2112,7 +2112,7 @@
const sampleListData =
this.btnType == 'add'
? this.sampleList
- : this.btnType == 'edit' && this.isSampleList
+ : this.btnType == 'issued' && this.isSampleList
? this.newSampleList
: this.sampleList;