Corrected Type
This commit is contained in:
@@ -46,7 +46,7 @@ setup()
|
||||
</template>
|
||||
<Toolbar>
|
||||
<DocumentUpload
|
||||
:type="props.type.substring(0,props.type.length-1)"
|
||||
:type="props.topLevelType.substring(0,props.topLevelType.length-1)"
|
||||
:element-id="props.item.id"
|
||||
@uploadFinished="emit('updateNeeded')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user