Skip to content

Commit

Permalink
Merge pull request #163 from flatironinstitute/text-hint-for-data-json-2
Browse files Browse the repository at this point in the history
Add placeholder text for empty content in data.json (2)
  • Loading branch information
WardBrian authored Jul 29, 2024
2 parents 514d7aa + 7335def commit e63959e
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 e63959e

Please sign in to comment.