use correct button

This commit is contained in:
Julie Lenaerts 2022-01-13 17:58:30 +01:00
parent e467820345
commit cf4f6f06e9

View File

@ -109,7 +109,7 @@ export default {
case 'create': case 'create':
return 'btn-create'; return 'btn-create';
case 'addContact': case 'addContact':
return 'btn-create'; return 'btn-tpchild';
} }
}, },
titleAction() { titleAction() {