We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5beba commit 7fb5b42Copy full SHA for 7fb5b42
src/api/clients/IOClients/infra/VBase.ts
@@ -48,6 +48,6 @@ export class VBase extends InfraClient {
48
public checkForConflicts = async () => {
49
const response = await this.getConflicts().then(res => res.data)
50
51
- return response?.data?.length > 0
+ return response?.length > 0
52
}
53
0 commit comments