Skip to content

Commit

Permalink
🚚 (#2345): rename ActionEntry.mixin.js -> BaseActionEntry.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed May 26, 2022
1 parent bb02c39 commit 12cadee
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu/ActionImageUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'

import { Loading, Folder, Upload } from '../icons.js'
import { useIsPublicMixin } from '../EditorWrapper.provider.js'
import { BaseActionEntry } from './ActionEntry.mixin.js'
import { BaseActionEntry } from './BaseActionEntry.js'
import {
useActionImagePromptMixin,
useUploadingStateMixin,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Menu/ActionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<script>
import Actions from '@nextcloud/vue/dist/Components/Actions'
import { BaseActionEntry } from './ActionEntry.mixin.js'
import { BaseActionEntry } from './BaseActionEntry.js'
import ActionSingle from './ActionSingle.vue'
import { getIsActive } from './utils.js'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Menu/ActionSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script>
import Button from '@nextcloud/vue/dist/Components/Button'
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
import { BaseActionEntry } from './ActionEntry.mixin.js'
import { BaseActionEntry } from './BaseActionEntry.js'

export default {
name: 'ActionSingle',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/Menu/EmojiPickerAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</template>

<script>
import { BaseActionEntry } from './ActionEntry.mixin.js'
import { BaseActionEntry } from './BaseActionEntry.js'
import EmojiPicker from '@nextcloud/vue/dist/Components/EmojiPicker'

export default {
Expand Down

0 comments on commit 12cadee

Please sign in to comment.