mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-05 23:53:52 +00:00
Merge pull request #10607 from overleaf/dash-delete-btn-danger
Changed delete button from primary to danger GitOrigin-RevId: 1b3bd036100e8bc39565957ef11d05155b3220ae
This commit is contained in:
parent
f27562eb12
commit
3d4f146c97
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default function DeleteTagModal({
|
|||
</Button>
|
||||
<Button
|
||||
onClick={() => runDeleteTag(tag._id)}
|
||||
bsStyle="primary"
|
||||
bsStyle="danger"
|
||||
disabled={isLoading}
|
||||
>
|
||||
{isLoading ? <>{t('deleting')} …</> : t('delete')}
|
||||
|
|
Loading…
Reference in a new issue