Skip to content

Commit

Permalink
Fix fonts input template 🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloImZomi committed Aug 13, 2024
1 parent 03bedc8 commit 30575c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
interface: 'list',
special: 'cast-json',
options: {
template: '{{ fontFamily }} - {{fontType}}',
template: '{{ font_family }} - {{ font_type }}',
fields: [
{
field: 'font_family',
Expand Down

0 comments on commit 30575c2

Please sign in to comment.