mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
- Use sets to keep track of previously defined actionCreators - Remove noPayloadActionCreatorFactory
4 lines
141 B
TypeScript
4 lines
141 B
TypeScript
import { actionCreatorFactory } from 'app/core/redux';
|
|
|
|
export const toggleLogActions = actionCreatorFactory('TOGGLE_LOG_ACTIONS').create();
|