Skip to content

Commit

Permalink
show additional 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 fc5e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<template v-else>
<div class="event-popover__top-right-actions">
<Actions v-if="!isLoading && !isError && !isNew" :force-menu="true">
<Actions v-if="!isLoading && !isError && !isNew" :inline="5">

Check warning on line 58 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L58

Added line #L58 was not covered by tests
<ActionLink v-if="!hideEventExport && hasDownloadURL"
:href="downloadURL">
<template #icon>
Expand Down

0 comments on commit fc5e549

Please sign in to comment.