Skip to content

Commit

Permalink
[ZEPPELIN-6146] Replace 'application/zpln' with '.zpln' in 'accept' a…
Browse files Browse the repository at this point in the history
…ttribute of file importer
  • Loading branch information
Charlie91 committed Nov 4, 2024
1 parent 3575a3c commit b3ce5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<nz-tabset>
<nz-tab nzTitle="Import From JSON File">
<nz-upload nzType="drag" [nzBeforeUpload]="beforeUpload" nzAccept="application/json,application/zpln">
<nz-upload nzType="drag" [nzBeforeUpload]="beforeUpload" nzAccept="application/json, .zpln">
<p class="ant-upload-drag-icon">
<i nz-icon nzType="inbox"></i>
</p>
Expand Down

0 comments on commit b3ce5ad

Please sign in to comment.