Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 27, 2025
1 parent 750896f commit 30dcdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/object/LockObject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { objectStore, navigationStore } from '../../store/store.js'
{{ success ? 'Close' : 'Cancel' }}
</NcButton>
<NcButton
:disabled="loading"
:disabled="loading || success"
type="primary"
@click="lockObject()">
<template #icon>
Expand Down

0 comments on commit 30dcdfd

Please sign in to comment.