Skip to content

Commit

Permalink
Add contentOnEmpty message for JSON input field
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Jul 29, 2024
1 parent 514d7aa commit 7335def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/app/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const LeftView: FunctionComponent<LeftViewProps> = ({
})
}
readOnly={false}
contentOnEmpty={"Enter JSON data or use the data generation tab"}
/>
</Splitter>
);
Expand Down

0 comments on commit 7335def

Please sign in to comment.