@pocketprep/ui-kit 3.9.4 → 3.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -359,7 +359,7 @@ watch(() => defaultSort, () => {
359
359
  return
360
360
  }
361
361
  const defaultSortStr = JSON.stringify(defaultSort)
362
- const currentSortStr = JSON.stringify(currentSort)
362
+ const currentSortStr = JSON.stringify(currentSort.value)
363
363
 
364
364
  if (defaultSortStr !== currentSortStr) {
365
365
  currentSort.value = JSON.parse(defaultSortStr)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.9.4",
3
+ "version": "3.9.5",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {