delete workspace modal title updated

pull/968/head
aniket-engg 4 years ago committed by Aniket
parent c97ec24f25
commit 996572725d
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -151,7 +151,7 @@ export const Workspace = (props: WorkspaceProps) => {
}
const deleteCurrentWorkspace = () => {
modal('Remove Workspace', 'Are you sure to delete the current workspace?', {
modal('Delete Workspace', 'Are you sure to delete the workspace?', {
label: 'OK',
fn: onFinishDeleteWorkspace
}, {

Loading…
Cancel
Save