ui: Fixed search query without node disappears when submiting search request
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
, isEdge(false)
|
||||
, isAggregation(false)
|
||||
, isFromSystem(false)
|
||||
, isFromSearch(false)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -26,6 +27,7 @@ public:
|
||||
bool isEdge;
|
||||
bool isAggregation;
|
||||
bool isFromSystem;
|
||||
bool isFromSearch;
|
||||
};
|
||||
|
||||
#endif // MESSAGE_ACTIVATE_TOKENS_H
|
||||
|
||||
Reference in New Issue
Block a user