[DASHBOARDS] Update iFrame error message (#16777)

`Invalid URL` instead of `no data` for iFrame widgets.

<img width="1142" height="638" alt="CleanShot 2025-12-23 at 14 13 17@2x"
src="https://github.com/user-attachments/assets/22621e57-c4ba-4e1f-91d0-5c4ef435c649"
/>
This commit is contained in:
Raphaël Bosi
2025-12-23 16:33:55 +01:00
committed by GitHub
parent 67f511bae3
commit 19e77f9dd7
4 changed files with 16 additions and 13 deletions
@@ -40,7 +40,7 @@ export const GraphWidget = ({
);
if (!hasValidConfiguration) {
return <PageLayoutWidgetNoDataDisplay widgetId={widget.id} />;
return <PageLayoutWidgetNoDataDisplay />;
}
switch (graphType) {