Skip to content

Commit

Permalink
feat(sidebar): show actions inline
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Apr 8, 2024
1 parent 8f38935 commit fd51382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/EditSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<template>
<NcAppSidebar :empty="isLoading || isError"
:force-menu="true"
:secondary-inline="5"
@close="cancel">
<template v-if="isLoading">
<div class="app-sidebar__loading-indicator">
Expand Down

0 comments on commit fd51382

Please sign in to comment.