Skip to content

Commit

Permalink
LYNX-670: Personalisation SK plugin bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4de committed Jan 28, 2025
1 parent efa6f89 commit 98acfdf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion tools/segments/dist/index.1e425575.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/segments/dist/index.5809efdd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/segments/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><link rel="stylesheet" href="index.6bf80747.css"><meta charset="utf-8"><title>Customer Segments Picker</title><link rel="stylesheet" href="index.107f8a5c.css"></head><body> <div id="app"></div> <script type="module" src="index.1e425575.js"></script> </body></html>
<!DOCTYPE html><html lang="en"><head><link rel="stylesheet" href="index.6bf80747.css"><meta charset="utf-8"><title>Customer Segments Picker</title><link rel="stylesheet" href="index.107f8a5c.css"></head><body> <div id="app"></div> <script type="module" src="index.5809efdd.js"></script> </body></html>
4 changes: 3 additions & 1 deletion tools/segments/src/picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ const Picker = props => {
setState(state => ({
...state,
selectedConfig: config,
loadingState: 'loading',
selectedCategory: null,
items: state.personalisationCategories,
loadingState: 'idle',
}));
}

Expand Down

0 comments on commit 98acfdf

Please sign in to comment.