Fix crash in ContactEditorBackend on Qt6
This seems to rely on the mode
property being set before the item
property - which probably works fine in Qt5, but crashes in Qt6.
As far as I can tell, loading the item while in CreateMode is not problematic (though it doesn't make sense), so removing the assert should be fine.