QOL: Update file service
This commit is contained in:
parent
d76512c11f
commit
24cc7f64b5
15 changed files with 12 additions and 21 deletions
|
|
@ -45,7 +45,6 @@ class _BuildClaimStatementFileListState
|
|||
String teporaryFileUrl = "";
|
||||
await MihFileApi.getMinioFileUrl(
|
||||
filePath,
|
||||
context,
|
||||
).then((value) {
|
||||
teporaryFileUrl = value;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
|||
String teporaryFileUrl = "";
|
||||
await MihFileApi.getMinioFileUrl(
|
||||
filePath,
|
||||
context,
|
||||
).then((value) {
|
||||
teporaryFileUrl = value;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue