Revert "Grafana/ui: Enable removing values in multiselect opened state" (#81161)

This commit is contained in:
Alex Khomenko
2024-01-24 16:52:50 +02:00
committed by GitHub
parent c47b55ae10
commit c8f450c851
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -39,7 +39,6 @@
"start:noLint": "yarn start --env noTsCheck=1 --env noLint=1",
"stats": "webpack --mode production --config scripts/webpack/webpack.prod.js --profile --json > compilation-stats.json",
"storybook": "yarn workspace @grafana/ui storybook --ci",
"storybook:dev": "yarn workspace @grafana/ui storybook dev -p 9001 -c .storybook --no-open",
"storybook:build": "yarn workspace @grafana/ui storybook:build",
"themes:generate": "esbuild --target=es6 ./scripts/cli/generateSassVariableFiles.ts --bundle --platform=node --tsconfig=./scripts/cli/tsconfig.json | node",
"themes:usage": "eslint . --ext .tsx,.ts --ignore-pattern '*.test.ts*' --ignore-pattern '*.spec.ts*' --cache --rule '{ @grafana/theme-token-usage: \"error\" }'",