@parca/store
Advanced tools
Comparing version 0.13.3 to 0.13.12
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.13.12](https://github.com/parca-dev/parca/compare/ui-v0.13.11...ui-v0.13.12) (2022-06-27) | ||
**Note:** Version bump only for package @parca/store | ||
## [0.13.3](https://github.com/parca-dev/parca/compare/ui-v0.13.2...ui-v0.13.3) (2022-06-07) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@parca/store", | ||
"version": "0.13.3", | ||
"version": "0.13.12", | ||
"description": "State management for Parca UI", | ||
@@ -21,3 +21,3 @@ "main": "src/index.tsx", | ||
}, | ||
"gitHead": "f5e7eadd0ffae7a9de6bdd7a57534d26f072c1d3" | ||
"gitHead": "08e9bb32e899dee6324cc7bd930be18933b4a292" | ||
} |
@@ -24,3 +24,3 @@ import {createSlice, PayloadAction} from '@reduxjs/toolkit'; | ||
}, | ||
setSearchNodeString: (state, action: PayloadAction<string>) => { | ||
setSearchNodeString: (state, action: PayloadAction<string | undefined>) => { | ||
state.searchNodeString = action.payload; | ||
@@ -27,0 +27,0 @@ }, |
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
17407