fix(admin-ui): fix template expression (#5103)

**What**
- use template instead of object in render
This commit is contained in:
Frane Polić
2023-09-17 22:08:14 +02:00
committed by GitHub
parent beeb0d6154
commit 4710520c35
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/admin-ui": patch
---
fix(admin-ui): import modal template

View File

@@ -230,7 +230,7 @@ function UploadModal(props: UploadModalProps) {
<Modal.Content>
<div className="flex justify-between">
<span className="text-grey-90 inter-large-semibold py-4 text-2xl">
Import {{ fileTitle }}
Import {fileTitle}
</span>
<button onClick={onClose} className="text-grey-50 cursor-pointer">
<CrossIcon size={20} />