Skip to content

Commit

Permalink
Merge pull request #107 from mostafaznv/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mostafaznv authored Dec 24, 2023
2 parents c1a7f11 + 9ee8d7d commit 244b218
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: "Update Assets"


on:
workflow_dispatch:
on:
workflow_dispatch:
push:
branches: [master]
pull_request:

jobs:
update:
name: Update assets
name: Update Assets

runs-on: ubuntu-latest

Expand All @@ -32,4 +32,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Assets
commit_message: "build: update assets"
2 changes: 1 addition & 1 deletion resources/js/components/media-browser/MediaBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import MediaBrowserTypeList from "./MediaBrowserTypeList.vue"
import MediaBrowserInfo from "./MediaBrowserInfo.vue"
import MediaBrowserList from "./MediaBrowserList.vue"
import MediaBrowserPagination from "./MediaBrowserPagination.vue"
import MediaBrowserNavbar from "./MediaBrowserNavbar.vue";
import MediaBrowserNavbar from "./MediaBrowserNavbar.vue"
// variables
Expand Down
4 changes: 0 additions & 4 deletions resources/js/components/media-browser/MediaBrowserNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ const itemSelected = computed(() => {
return props.selectedItems.length === 1
})
const multipleItemsSelected = computed(() => {
return props.selectedItems.length > 1
})
const displayOptionsComputed = computed(() => {
return {
orderBy: orderBy.value,
Expand Down

0 comments on commit 244b218

Please sign in to comment.