} else {
    state.observations.find(
      (o) => o.rowObjectId === rowObjectId && o.rowObjectType === rowObjectType
    ).isUnsaved = false
  }