mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
bf3dcc809d
* Fix updating organization name not updating configuration subtitle * PR feedback: Remove unnecessary square brackets * Refactor code to update redux state in a safer way, add org action test * Refactor updateConfigurationSubtitle test, remove jest.mock usage * Consolidate dependency type
6 lines
324 B
TypeScript
6 lines
324 B
TypeScript
import { clearAppNotification, notifyApp } from '../reducers/appNotification';
|
|
import { updateLocation } from '../reducers/location';
|
|
import { updateNavIndex, updateConfigurationSubtitle } from '../reducers/navModel';
|
|
|
|
export { updateLocation, updateNavIndex, updateConfigurationSubtitle, notifyApp, clearAppNotification };
|