1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: improved changes dedection in props tab

This commit is contained in:
2020-12-07 19:11:29 +01:00
parent 5712b80022
commit acebe435ff
5 changed files with 22 additions and 14 deletions

View File

@ -231,7 +231,6 @@ export default {
return row[primaryFieldName];
},
setLocalResults () {
// this.resetSort();
this.localResults = this.resultsWithRows[this.resultsetIndex] && this.resultsWithRows[this.resultsetIndex].rows
? this.resultsWithRows[this.resultsetIndex].rows.map(item => {
return { ...item, _id: uidGen() };