Skip to content

Commit

Permalink
fix: migrate 'ua-parser-js' to 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Nov 26, 2024
1 parent 8e080c8 commit 446fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/UserSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</template>

<script>
import UAParser from 'ua-parser-js'
import { UAParser } from 'ua-parser-js'
import { reactive, ref } from 'vue'
import axios from '@nextcloud/axios'
import { generateOcsUrl } from '@nextcloud/router'
Expand Down

0 comments on commit 446fb5d

Please sign in to comment.