Replace className="secondary" by variant="secondary" (#21672)

GitOrigin-RevId: a45532c2b4e927c3cc3a771eaf185ced4650f94c
This commit is contained in:
Antoine Clausse 2024-11-14 15:56:02 +01:00 committed by Copybot
parent 1d4737ac69
commit 629435e87a

View file

@ -63,7 +63,7 @@ function FileTreeModalDelete() {
/>
) : (
<>
<OLButton className="secondary" onClick={handleHide}>
<OLButton variant="secondary" onClick={handleHide}>
{t('cancel')}
</OLButton>
<OLButton variant="danger" onClick={handleDelete}>