Skip to content

Commit

Permalink
Merge branch 'main' into chore/update_goja
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Nov 24, 2023
2 parents 0e12421 + 6f54171 commit ca17bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/flutter/lib/app/modules/create/views/create_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ class CreateView extends GetView<CreateController> {
req: file.req!,
opt: Options(
name: file.name,
path: path.join(
_pathController.text, rr.res.name),
path: path.join(_pathController.text,
rr.res.name, file.path),
selectFiles: [],
extra: optExtra)));
}));
Expand Down
2 changes: 0 additions & 2 deletions ui/flutter/lib/util/util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import 'package:flutter/foundation.dart';
import 'package:path_provider/path_provider.dart';
import 'package:path/path.dart' as path;

import 'log_util.dart';

class Util {
static String? _storageDir;

Expand Down

0 comments on commit ca17bad

Please sign in to comment.