Storybook: remove UseState from ButtonSelect story (#53509)

* remove UseState from ButtonSelect story

* leave this type assertion for now
This commit is contained in:
Ashley Harrison
2022-08-10 12:00:19 +01:00
committed by GitHub
parent aaccb592cc
commit e51c80f8dd
3 changed files with 19 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ import (
gomock "github.com/golang/mock/gomock"
backend "github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana/pkg/services/user"
"github.com/grafana/grafana/pkg/services/user"
)
// MockChannelLocalPublisher is a mock of ChannelLocalPublisher interface.