Front test fixed
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4b5d2cd0dd
commit
901c00066f
|
@ -210,9 +210,7 @@ export default class Searchbar extends Component {
|
||||||
&& source != 'state'
|
&& source != 'state'
|
||||||
&& !angular.equals(filter, {})
|
&& !angular.equals(filter, {})
|
||||||
&& data
|
&& data
|
||||||
&& data.length == 1
|
&& data.length == 1;
|
||||||
&& filter.search
|
|
||||||
&& Object.keys(filter).length == 1;
|
|
||||||
|
|
||||||
if (isOneResult) {
|
if (isOneResult) {
|
||||||
let baseDepth = this.baseState.split('.').length;
|
let baseDepth = this.baseState.split('.').length;
|
||||||
|
|
Loading…
Reference in New Issue