no shares in environment (#141)

This commit is contained in:
Michael Quigley 2023-01-04 13:00:04 -05:00
parent 1e6c35d6de
commit fcb0873784
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -70,6 +70,7 @@ const Shares = (props) => {
data={detail.services}
columns={columns}
defaultSortField={1}
noDataComponent={<p>No shares in environment</p>}
/>
</div>
);