diff --git a/components/dashboard/src/start/CreateWorkspace.tsx b/components/dashboard/src/start/CreateWorkspace.tsx
index 63bcac75a0c4a0..4221d6bfa0ade2 100644
--- a/components/dashboard/src/start/CreateWorkspace.tsx
+++ b/components/dashboard/src/start/CreateWorkspace.tsx
@@ -202,6 +202,7 @@ export default class CreateWorkspace extends React.Component
;
} else if (result?.existingWorkspaces) {
statusMessage = (
+ // TODO: Use title and buttons props
{}}>
Running Workspaces
@@ -294,6 +295,7 @@ export default class CreateWorkspace extends React.Component {}}>
Limit Reached
diff --git a/components/dashboard/src/teams/Members.tsx b/components/dashboard/src/teams/Members.tsx
index 9f012b93720f45..4510d546a2dea2 100644
--- a/components/dashboard/src/teams/Members.tsx
+++ b/components/dashboard/src/teams/Members.tsx
@@ -273,6 +273,7 @@ export default function () {
{genericInvite && showInviteModal && (
+ // TODO: Use title and buttons props
setShowInviteModal(false)}>
Invite Members
diff --git a/components/dashboard/src/whatsnew/WhatsNew.tsx b/components/dashboard/src/whatsnew/WhatsNew.tsx
index 9ac61f18b68d5c..4967b8aa088f51 100644
--- a/components/dashboard/src/whatsnew/WhatsNew.tsx
+++ b/components/dashboard/src/whatsnew/WhatsNew.tsx
@@ -68,6 +68,7 @@ export function WhatsNew(props: { onClose: () => void }) {
};
return (
+ // TODO: Use title and buttons props
What's New 🎁
<>{visibleEntry && user ? visibleEntry.children(user, setUser) : <>>}>
diff --git a/components/dashboard/src/workspaces/ConnectToSSHModal.tsx b/components/dashboard/src/workspaces/ConnectToSSHModal.tsx
index 443da0df17ee9e..795fede929dde2 100644
--- a/components/dashboard/src/workspaces/ConnectToSSHModal.tsx
+++ b/components/dashboard/src/workspaces/ConnectToSSHModal.tsx
@@ -99,6 +99,7 @@ export default function ConnectToSSHModal(props: {
onClose: () => void;
}) {
return (
+ // TODO: Use title and buttons props
Connect via SSH
diff --git a/components/dashboard/src/workspaces/StartWorkspaceModal.tsx b/components/dashboard/src/workspaces/StartWorkspaceModal.tsx
index b9b30415713450..bae3b288159a1e 100644
--- a/components/dashboard/src/workspaces/StartWorkspaceModal.tsx
+++ b/components/dashboard/src/workspaces/StartWorkspaceModal.tsx
@@ -20,6 +20,7 @@ export function StartWorkspaceModal() {
}, [location]);
return (
+ // TODO: Use title and buttons props
setIsStartWorkspaceModalVisible(false)}
onEnter={() => false}
diff --git a/components/dashboard/src/workspaces/WorkspaceEntry.tsx b/components/dashboard/src/workspaces/WorkspaceEntry.tsx
index f0522e34b0a11e..e45f9b62f7cb7c 100644
--- a/components/dashboard/src/workspaces/WorkspaceEntry.tsx
+++ b/components/dashboard/src/workspaces/WorkspaceEntry.tsx
@@ -207,6 +207,7 @@ export function WorkspaceEntry({ desc, model, isAdmin, stopWorkspace }: Props) {
onConfirm={() => model.deleteWorkspace(ws.id)}
/>
)}
+ {/* TODO: Use title and buttons props */}
setRenameModalVisible(false)}