mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 09:09:35 +02:00
Fixed title of visual designer/simulation page
This commit is contained in:
parent
bac2d1e1c7
commit
b40811585c
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ class EditComponentPage extends HookWidget {
|
|||
nav.pushNamed(
|
||||
DesignComponentPage.routeName,
|
||||
arguments: DesignComponentPageArguments(
|
||||
component: component,
|
||||
component: ce(),
|
||||
),
|
||||
);
|
||||
} on DependenciesNotSatisfiedException catch (e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue