We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf00d commit ad814c0Copy full SHA for ad814c0
llmstack/client/src/components/apps/AppRunHistoryTimeline.jsx
@@ -328,10 +328,10 @@ export function AppRunHistoryTimeline(props) {
328
</Button>
329
);
330
} else {
331
- return "Deleted App";
+ return <Button sx={{ textTransform: "none" }}>Deleted App</Button>;
332
}
333
334
- return "Playground";
+ return <Button sx={{ textTransform: "none" }}>Playground</Button>;
335
} else if (column.id === "type") {
336
return (
337
<Tooltip title={row.app_uuid !== null ? "App" : "Endpoint"}>
0 commit comments