mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
InputControl: Fixed using InputControl in unit tests from plugins (#27615)
This commit is contained in:
parent
b58864792d
commit
2ed9124736
@ -1 +1,5 @@
|
||||
export { Controller as InputControl } from 'react-hook-form';
|
||||
/**
|
||||
* Rollup does not support renamed exports so do not change this to export { Controller as InputControl } ...
|
||||
*/
|
||||
import { Controller } from 'react-hook-form';
|
||||
export const InputControl = Controller;
|
||||
|
Loading…
Reference in New Issue
Block a user