mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix: change action colors in 'Leave call' confirmation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
46d466a669
commit
c487c10333
1 changed files with 2 additions and 1 deletions
|
|
@ -448,10 +448,11 @@ export default {
|
|||
buttons: [
|
||||
{
|
||||
label: t('spreed', 'Stay in call'),
|
||||
variant: 'primary',
|
||||
},
|
||||
{
|
||||
label: t('spreed', 'Leave call'),
|
||||
variant: 'primary',
|
||||
variant: 'error',
|
||||
callback: () => {
|
||||
beforeRouteChangeListener(to, from, next)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue