Skip to content

Commit

Permalink
feat: add prefab file list with dropzone
Browse files Browse the repository at this point in the history
  • Loading branch information
remadex committed Dec 17, 2024
1 parent d9b682c commit 25be9d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class FileListComponent extends Component<FileListSignature> {

<template>
<div class='tpk-file-list-list {{if @disabled "disabled"}}'>
{{#each (this.changesetGet this.args.validationField) as |file|}}
{{#each (this.changesetGet @validationField) as |file|}}
<div class='tpk-file-list-list-item'>
<div class='tpk-file-list-list-item-preview'>
{{#if (this.startWith file.type 'image/')}}
Expand Down

0 comments on commit 25be9d1

Please sign in to comment.