SPRINT-20: updates to saved filters based on ui feedback

This commit is contained in:
Tim Chamberlain
2023-02-01 21:54:13 -06:00
parent d29fb32978
commit afa5092808
4 changed files with 88 additions and 40 deletions

View File

@ -50,7 +50,7 @@
"clean": "rm -rf node_modules package-lock.json",
"eject": "react-scripts eject",
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf lib/ && npm install",
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
"npm-install": "npm install",
"prepublishOnly": "tsc -p ./ --outDir lib/",
"start": "BROWSER=none react-scripts start",
"test": "react-scripts test",