grafana/ui: Do not rename export for InlineFormLabel (#26118)
(cherry picked from commit eb4391a228)
This commit is contained in:
committed by
Andrej Ocenas
parent
4aa1d28683
commit
949988219f
@@ -41,3 +41,5 @@ export const FormLabel: FunctionComponent<Props> = ({
|
||||
</label>
|
||||
);
|
||||
};
|
||||
|
||||
export const InlineFormLabel = FormLabel;
|
||||
|
||||
@@ -163,7 +163,7 @@ export { FileUpload } from './FileUpload/FileUpload';
|
||||
// Legacy forms
|
||||
|
||||
// Export this until we've figured out a good approach to inline form styles.
|
||||
export { FormLabel as InlineFormLabel } from './FormLabel/FormLabel';
|
||||
export { InlineFormLabel } from './FormLabel/FormLabel';
|
||||
|
||||
// Select
|
||||
import { Select, AsyncSelect } from './Forms/Legacy/Select/Select';
|
||||
|
||||
Reference in New Issue
Block a user