Skip to content

Commit

Permalink
style: fix max-width expression
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Mar 24, 2023
1 parent a6c0ae8 commit 871717e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app-dialog
v-model="value"
:title="$tc('app.file_system.title.upload_file', files.length)"
max-width="500"
:max-width="500"
persistent
no-actions
>
Expand Down

0 comments on commit 871717e

Please sign in to comment.