Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ravi Kumar Pilla <[email protected]>
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huongg and ravi-kumar-pilla authored Jun 5, 2024
1 parent 09648e6 commit 242d38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const localStorageName = 'KedroViz';
export const localStorageFlowchartLink = 'KedroViz-link-to-flowchart';
export const localStorageMetricsSelect = 'KedroViz-metrics-chart-select';
export const localStorageRunsMetadata = 'KedroViz-runs-metadata';
export const localStorageSharableUrl = 'KedroViz-sharable-url';
export const localStorageShareableUrl = 'KedroViz-shareable-url';

export const linkToFlowchartInitialVal = {
fromURL: null,
Expand Down

0 comments on commit 242d38c

Please sign in to comment.