Skip to content

Commit

Permalink
Updated text no indicator selected in sandbox page
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Nov 13, 2024
1 parent 6f8771e commit 44057be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/containers/sandbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ const Sandbox: FC = () => {
config={{ menu: { className: "flex flex-col py-4" } }}
/>
) : (
<NoData icon={<MenuPointer />} className="m-6 gap-6" />
<NoData
icon={<MenuPointer />}
description="Select an indicator to visualize its data."
className="m-6 gap-6"
/>
)}
</Card>
);
Expand Down

0 comments on commit 44057be

Please sign in to comment.