dashfolders: Send down backendSrv to the react components #10275

This commit is contained in:
Johannes Schill
2018-01-25 15:30:15 +01:00
committed by Daniel Lee
parent b79a15b057
commit 2de0489868
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ interface IContainerProps {
alertList: typeof AlertListStore.Type;
view: typeof ViewStore.Type;
folder: typeof FolderStore.Type;
backendSrv: any;
}
export default IContainerProps;