mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Debt: Simplifies actionCreatorFactory (#19433)
- Use sets to keep track of previously defined actionCreators - Remove noPayloadActionCreatorFactory
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { noPayloadActionCreatorFactory } from 'app/core/redux';
|
||||
import { actionCreatorFactory } from 'app/core/redux';
|
||||
|
||||
export const toggleLogActions = noPayloadActionCreatorFactory('TOGGLE_LOG_ACTIONS').create();
|
||||
export const toggleLogActions = actionCreatorFactory('TOGGLE_LOG_ACTIONS').create();
|
||||
|
||||
Reference in New Issue
Block a user