Skip to content

Commit

Permalink
manager: fix unresolved reference
Browse files Browse the repository at this point in the history
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
  • Loading branch information
rsuntk committed Nov 11, 2024
1 parent 630ca31 commit 6285459
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ fun ExecuteModuleActionScreen(navigator: DestinationsNavigator, moduleId: String
val snackBarHost = LocalSnackbarHost.current
val scope = rememberCoroutineScope()
val scrollState = rememberScrollState()
val viewModel = viewModel<ModuleViewModel>()
var actionResult: Boolean

LaunchedEffect(Unit) {
Expand Down

0 comments on commit 6285459

Please sign in to comment.