mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Improve typings 🧹 (#74599)
* various type fixes * candlestick panel type fixes * few more fixes * some fixes * more :) * moar! * undo change to SilencesFilter * undo change to configureStore
This commit is contained in:
@@ -65,7 +65,7 @@ describe('optionsPickerReducer', () => {
|
||||
clearOthers: args.clearOthers,
|
||||
option: { text: args.option, value: args.option, selected: true },
|
||||
};
|
||||
const expectedAsRecord: any = args.expectSelected.reduce((all: any, current: any) => {
|
||||
const expectedAsRecord = args.expectSelected.reduce((all: any, current: any) => {
|
||||
all[current] = current;
|
||||
return all;
|
||||
}, {});
|
||||
|
||||
Reference in New Issue
Block a user