Skip to content

Commit

Permalink
fix(weave): Temporarily hide weave server and deploy UI hints #3057
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Nov 26, 2024
1 parent 92a60bb commit 65af717
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export const TabUseModel = ({name, uri, projectName}: TabUseModelProps) => {
tooltipText="Click to copy unabridged string"
/>
</Box>
{isParentObject && (
{/* Temporarily commenting this out until the serve and deploy features are fixed */}
{/* {isParentObject && (
<>
<Box mt={2}>
To <DocLink path="guides/tools/serve" text="serve this model" />{' '}
Expand All @@ -64,7 +65,7 @@ export const TabUseModel = ({name, uri, projectName}: TabUseModelProps) => {
/>
</Box>
</>
)}
)} */}
</Box>
);
};

0 comments on commit 65af717

Please sign in to comment.