Skip to content

Commit

Permalink
Fixed approved field to false default
Browse files Browse the repository at this point in the history
  • Loading branch information
badru254 committed Jul 12, 2022
1 parent 57298b6 commit e4bec59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backend/controllers/main_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MainController extends GetxController {
..set("title", title)
..set("translation", content)
..set("type", type)
..set("approved",true)
..set("approved",false)
..set("author", AuthController().parseUser.value)
..set("image", parseFile);

Expand Down

0 comments on commit e4bec59

Please sign in to comment.