mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Remove unused param
This commit is contained in:
parent
af0bf6f0d0
commit
22e33d6b42
1 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ export default {
|
||||||
|
|
||||||
return (this.d_multiSortMeta[index].order * result);
|
return (this.d_multiSortMeta[index].order * result);
|
||||||
},
|
},
|
||||||
addMultiSortField(field, metaKey) {
|
addMultiSortField(field) {
|
||||||
let index = this.d_multiSortMeta.findIndex(meta => meta.field === field);
|
let index = this.d_multiSortMeta.findIndex(meta => meta.field === field);
|
||||||
|
|
||||||
if (index >= 0) {
|
if (index >= 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue