{
placeholder="Enter the filter string for the Graph query"
/>
-
+
+ {
+ return {
+ name: prop,
+ value: prop,
+ }
+ })
+ : []
+ }
+ allowCreate={true}
+ refreshFunction={() =>
+ setRandom3((Math.random() + 1).toString(36).substring(7))
+ }
+ isLoading={availableProperties.isFetching}
+ />
+
{
{!searchNow && Execute a search to get started.}
+ {graphrequest.isFetching && (
+
+ Loading Data
+
+ )}
{graphrequest.isSuccess && QueryColumns.set && searchNow && (
diff --git a/version_latest.txt b/version_latest.txt
index 7cbea073bea1..804440660c71 100644
--- a/version_latest.txt
+++ b/version_latest.txt
@@ -1 +1 @@
-5.2.0
\ No newline at end of file
+5.2.1
\ No newline at end of file