mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storage: Upload button (#52346)
This commit is contained in:
@@ -21,6 +21,8 @@ export interface Props {
|
||||
className?: string;
|
||||
/** Button size */
|
||||
size?: ComponentSize;
|
||||
/** Show the file name */
|
||||
showFileName?: boolean;
|
||||
}
|
||||
|
||||
export const FileUpload: FC<Props> = ({
|
||||
|
||||
Reference in New Issue
Block a user