Skip to content

Commit

Permalink
added value sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Aug 7, 2024
1 parent 8a57826 commit 95153dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/directory/AddDirectoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { navigationStore, directoryStore } from '../../store/store.js'
</NcNoteCard>
</div>
<div v-if="success === null" class="form-group">
<NcTextField v-model="directory.directory" label="Url" />
<NcTextField :value.sync="directory.directory" label="Url" />
</div>
<NcButton
v-if="success === null"
Expand Down

0 comments on commit 95153dd

Please sign in to comment.