Skip to content

Commit

Permalink
Update apps/files/src/actions/editLocallyAction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
  • Loading branch information
Koc and Pytal authored Dec 11, 2023
1 parent 8d42af0 commit 823e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/actions/editLocallyAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import axios from '@nextcloud/axios'

import LaptopSvg from '@mdi/svg/svg/laptop.svg?raw'

let disableEditLocally = loadState('files', 'disable_edit_locally', false)
const disableEditLocally = loadState('files', 'disable_edit_locally', false)

const openLocalClient = async function(path: string) {
const link = generateOcsUrl('apps/files/api/v1') + '/openlocaleditor?format=json'
Expand Down

0 comments on commit 823e58e

Please sign in to comment.