mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 13:17:40 +02:00
[eric] publish: rename Fix to Scan again (the button re-scans, it doesn't auto-fix)
This commit is contained in:
@@ -239,7 +239,7 @@ const PublishModal: React.FC<Props> = ({ outputId, outputName, open, onClose })
|
||||
return (
|
||||
<>
|
||||
<Button onClick={onClose} sx={{ color: c.text.muted, textTransform: 'none' }}>Cancel</Button>
|
||||
<Button onClick={runScan} sx={{ color: c.accent.primary, textTransform: 'none' }}>Fix</Button>
|
||||
<Button onClick={runScan} sx={{ color: c.accent.primary, textTransform: 'none' }}>Scan again</Button>
|
||||
<Button variant="contained" onClick={() => doPublish(true)} sx={{ bgcolor: c.status.warning, textTransform: 'none', '&:hover': { bgcolor: c.status.warning } }}>
|
||||
Publish anyway
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user