Skip to content

Commit

Permalink
Merge pull request #11036 from nextcloud/backport/11035/stable28
Browse files Browse the repository at this point in the history
[stable28] I should "git add" before I "git commit"
  • Loading branch information
nickvergessen authored Nov 29, 2023
2 parents 51dc0cf + 50501be commit f72670a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
class="right"
:container="container">
<NcActionButton v-if="canModerate && isInBreakoutRoom"
:name="sendMessageLabel"
:aria-label="sendMessageLabel"
@click="openSendMessageDialog">
<template #icon>
Expand All @@ -74,7 +73,6 @@
{{ sendMessageLabel }}
</NcActionButton>
<NcActionButton v-if="canModerate"
:name="manageBreakoutRoomsTitle"
:aria-label="manageBreakoutRoomsTitle"
@click="openParticipantsEditor">
<template #icon>
Expand Down

0 comments on commit f72670a

Please sign in to comment.