mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-26 11:34:50 +02:00
[aidan] ui: fix popover descs
This commit is contained in:
@@ -83,7 +83,7 @@ export default function EditAgentSavePopovers({
|
||||
Throw away every edit from this session? This can't be undone.
|
||||
</Typography>
|
||||
<OptionRow label="Discard changes" hint="Revert to the saved workflow" onClick={onConfirmDiscard} danger />
|
||||
<OptionRow label="Keep editing" hint="Go back and keep your changes" onClick={onClose} />
|
||||
<OptionRow label="Keep editing" hint="Stay on the editing window" onClick={onClose} />
|
||||
</>
|
||||
)}
|
||||
</Popover>
|
||||
|
||||
Reference in New Issue
Block a user