Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Nov 20, 2024
1 parent fc7402a commit ac15c8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class Editor extends React.PureComponent<IProps> {
}
</Card>
),
1051,
);
}}
disabled={this.props.readOnly}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class ManageRundownItems<T extends IRundownItemBase | IRundownItem> exten
}

return (
<Dropdown items={actions} append>
<Dropdown items={actions}>
<IconButton
ariaValue={gettext('Actions')}
icon="dots-vertical"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export class RundownsList extends React.PureComponent<IProps> {
return (
<Dropdown
items={[preview, edit]}
append
>
<IconButton
ariaValue={gettext('Actions')}
Expand Down

0 comments on commit ac15c8f

Please sign in to comment.