mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
use assign_tag_dialog_widgetwidget
This commit is contained in:
@ -10,6 +10,7 @@ import 'package:syncrow_web/pages/spaces_management/space_model/models/space_tem
|
||||
import 'package:syncrow_web/pages/spaces_management/space_model/models/subspace_template_model.dart';
|
||||
import 'package:syncrow_web/utils/color_manager.dart';
|
||||
|
||||
import 'widgets/RowOfCancelSaveWidget.dart';
|
||||
import 'widgets/assign_tags_tables_widget.dart';
|
||||
|
||||
class AssignTagModelsDialog extends StatelessWidget {
|
||||
@ -88,17 +89,17 @@ class AssignTagModelsDialog extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
actions: [
|
||||
// RowOfNextCancelWidget(
|
||||
// subspaces: subspaces,
|
||||
// products: products,
|
||||
// allTags: allTags,
|
||||
// spaceName: spaceName,
|
||||
// otherSpaceModels: otherSpaceModels,
|
||||
// pageContext: pageContext,
|
||||
// projectTags: projectTags,
|
||||
// spaceModel: spaceModel,
|
||||
// allSpaceModels: allSpaceModels,
|
||||
// ),
|
||||
RowOfSaveCancelWidget(
|
||||
subspaces: subspaces,
|
||||
products: products,
|
||||
allTags: allTags,
|
||||
spaceName: spaceName,
|
||||
otherSpaceModels: otherSpaceModels,
|
||||
pageContext: pageContext,
|
||||
projectTags: projectTags,
|
||||
spaceModel: spaceModel,
|
||||
allSpaceModels: allSpaceModels,
|
||||
),
|
||||
],
|
||||
);
|
||||
} else if (state is AssignTagModelLoading) {
|
||||
|
Reference in New Issue
Block a user