+ This will remove {workspace.name} from AO +
++ This stops its live sessions and removes it from the sidebar, but keeps the repository folder and stored + history on disk. +
+ > + } + confirmLabel={isRemoving ? "Removing…" : "Remove"} + destructive + busy={isRemoving} + error={removeError} + onConfirm={handleConfirmRemove} + /> ); }