Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Aug 26, 2024
1 parent a6e1eea commit 4d869ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/metaData/EditMetaDataPropertyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ import { navigationStore, metadataStore } from '../../store/store.js'
Default waarde
</NcCheckboxRadioSwitch>

<!-- TYPE : STRING -->
<!-- TYPE : DICTIONARY -->
<NcTextField v-else-if="metadata.properties[metadataStore.metadataDataKey].type === 'dictionary'"
:disabled="loading"
label="Default waarde"
Expand Down

0 comments on commit 4d869ea

Please sign in to comment.