Skip to content

Commit

Permalink
refactor: Remove the unused rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
zak39 committed Nov 6, 2024
1 parent 2b65ac5 commit 92de883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpaceDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import NcModal from '@nextcloud/vue/dist/Components/NcModal.js'
import SelectUsers from './SelectUsers.vue'
import RemoveSpace from './RemoveSpace.vue'
import UserTable from './UserTable.vue'
import { destroy, rename, checkGroupfolderNameExist } from './services/groupfoldersService.js'
import { destroy, checkGroupfolderNameExist } from './services/groupfoldersService.js'
import { renameSpace } from './services/spaceService.js'
import showNotificationError from './services/Notifications/NotificationError.js'

Expand Down

0 comments on commit 92de883

Please sign in to comment.