add time to + and - room time buttons
This commit is contained in:
parent
a987a38af3
commit
8566b66132
@ -452,6 +452,9 @@ class BreakoutRoom extends Component {
|
||||
>
|
||||
<Button
|
||||
label={intl.formatMessage(intlMessages.minusRoomTime)}
|
||||
aria-label={
|
||||
`${intl.formatMessage(intlMessages.minusRoomTime)} ${durationTime}`
|
||||
}
|
||||
icon="substract"
|
||||
onClick={() => {}}
|
||||
hideLabel
|
||||
@ -466,6 +469,9 @@ class BreakoutRoom extends Component {
|
||||
>
|
||||
<Button
|
||||
label={intl.formatMessage(intlMessages.addRoomTime)}
|
||||
aria-label={
|
||||
`${intl.formatMessage(intlMessages.addRoomTime)} ${durationTime}`
|
||||
}
|
||||
icon="add"
|
||||
onClick={() => {}}
|
||||
hideLabel
|
||||
|
Loading…
Reference in New Issue
Block a user