Skip to content

Commit

Permalink
Change action icon in admin settings (#11131)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear authored Jul 2, 2024
1 parent b249d6b commit 45078c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-app-admin-settings/src/views/Spaces.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ export default defineComponent({
},
{
name: 'SpaceActions',
icon: 'slideshow-3',
icon: 'play-circle',
iconFillType: 'line',
title: () => $gettext('Actions'),
component: ActionsPanel,
isVisible: ({ items }) => items.length === 1
Expand Down

0 comments on commit 45078c7

Please sign in to comment.