mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Chore/React18: Update component prop types (#56898)
This commit is contained in:
+2
-2
@@ -51,9 +51,9 @@ export const DeleteLibraryPanelModal: FC<Props> = ({ libraryPanel, onDismiss, on
|
||||
);
|
||||
};
|
||||
|
||||
const LoadingIndicator: FC = () => <span>Loading library panel...</span>;
|
||||
const LoadingIndicator = () => <span>Loading library panel...</span>;
|
||||
|
||||
const Confirm: FC = () => {
|
||||
const Confirm = () => {
|
||||
const styles = useStyles(getModalStyles);
|
||||
|
||||
return <div className={styles.modalText}>Do you want to delete this panel?</div>;
|
||||
|
||||
Reference in New Issue
Block a user