mirror of
https://github.com/SyncrowIOT/web.git
synced 2026-03-11 04:21:45 +00:00
fixed index
This commit is contained in:
@ -133,7 +133,7 @@ class AssignTagModelsDialog extends StatelessWidget {
|
||||
|
||||
return DataRow(
|
||||
cells: [
|
||||
DataCell(Text(index.toString())),
|
||||
DataCell(Text((index + 1).toString())),
|
||||
DataCell(
|
||||
Row(
|
||||
mainAxisAlignment:
|
||||
|
||||
Reference in New Issue
Block a user