feat: Update category server version handling in createCategory and CategoryDialog
This commit is contained in:
@@ -884,6 +884,7 @@ class _CategoryDialogState extends State<_CategoryDialog> {
|
||||
final Category newCategory = Category(
|
||||
id: widget.category?.id,
|
||||
name: name,
|
||||
serverVersion: widget.category?.serverVersion ?? 0,
|
||||
updatedAt: DateTime.now(),
|
||||
colorValue: _selectedColor?.toARGB32(),
|
||||
iconCodePoint: _selectedIcon?.codePoint,
|
||||
|
||||
Reference in New Issue
Block a user