Skip to content

Commit

Permalink
UI Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Mar 21, 2023
1 parent 64ba5e1 commit 8572ff5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ export const ConnectionEditor: React.FC<ConnectionEditorProps> = ({
{!availableBackends.includes(config.backend) ? (
<tr>
<LabelCell>
<Label>Cannot Edit:</Label>
<Label></Label>
</LabelCell>
<td>{config.backend} not available</td>
<td>
Cannot Edit {config.name}: {config.backend} is not available
</td>
</tr>
) : (
<tr>
Expand Down

0 comments on commit 8572ff5

Please sign in to comment.