@equinor/fusion
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -142,4 +142,4 @@ import { useState, useCallback, useEffect } from "react"; | ||
const fetchContexts = useCallback(async (query) => { | ||
setIsQuerying(true); | ||
if (query && query.length > 2) { | ||
setIsQuerying(true); | ||
try { | ||
@@ -146,0 +146,0 @@ var response = await apiClients.context.queryContextsAsync(query, ...types); |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107691